#hello everyone, quick question about

1 messages · Page 1 of 1 (latest)

solar obsidian
#

Welcome @vale moat 👋

It's common to use your CI to check out the current state of the PR branch into the CI workspace where you run Dagger. For example, look at the second and third GitHub Actions examples here where checkout is used: https://docs.dagger.io/integrations/github/#github-actions-2:~:text=latest steps%3A --,name%3A Checkout uses%3A actions/checkout%40v4,-- name%3A Test

Dagger provides a number of GitHub-specific features that make it easier to develop and run CI pipelines in GitHub repositories.