You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
90
100
## :golf: Running codecov safely in your CI
91
101
92
102
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