We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef8203 commit 2bb2b28Copy full SHA for 2bb2b28
README.md
@@ -24,6 +24,12 @@ approach to the bypass procedure.
24
This workflow shows how to pass artifacts from one job to another.
25
Take a look at the [pass-artifacts-to-next-job](./docs/pass-artifacts-to-next-jobs.md) document to see how to set it up.
26
27
+### Pull Request Code Checks
28
+
29
+This workflow shows how to run code checks on a pull request that targets the main branch, it runs the `build` and `lint`
30
+scripts.
31
+Take a look at the [pull-request-code-checks](./docs/pull-request-code-checks.md) document to see how to set it up.
32
33
## Useful links
34
35
- [Github Actions Documentation](https://docs.github.com/en/actions)
0 commit comments