Skip to content

Commit 2bc32cb

Browse files
committed
update README
1 parent 8686af1 commit 2bc32cb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,16 @@ $ curl -L https://XXX | preflight run sha256=1ce...2244a6e86
8787

8888
# :sparkles: Examples
8989

90+
## :octocat: Github action
91+
92+
You can install Preflight with a [Github action](https://github.com/marketplace/actions/setup-preflight), or use it like this:
93+
94+
```yaml
95+
- name: Setup Preflight
96+
uses: spectralops/setup-preflight@v1
97+
```
98+
99+
And now, you have a `preflight` binary to play with.
90100
## :golf: Running codecov safely in your CI
91101

92102
First, let's create a hash (before creating it, review the script manually and see that it's not doing anything funny):

0 commit comments

Comments
 (0)