Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot committed May 24, 2021
1 parent 8686af1 commit 2bc32cb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,16 @@ $ curl -L https://XXX | preflight run sha256=1ce...2244a6e86

# :sparkles: Examples

## :octocat: Github action

You can install Preflight with a [Github action](https://github.com/marketplace/actions/setup-preflight), or use it like this:

```yaml
- name: Setup Preflight
uses: spectralops/setup-preflight@v1
```
And now, you have a `preflight` binary to play with.
## :golf: Running codecov safely in your CI

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

0 comments on commit 2bc32cb

Please sign in to comment.