Skip to content

Commit 2bb2b28

Browse files
committed
chore: update readme with newly created workflow
1 parent 3ef8203 commit 2bb2b28

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ approach to the bypass procedure.
2424
This workflow shows how to pass artifacts from one job to another.
2525
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.
2626

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+
2733
## Useful links
2834

2935
- [Github Actions Documentation](https://docs.github.com/en/actions)

0 commit comments

Comments
 (0)