Commit 6ab74a3
committed
Update GitHub Actions
We update things to be a bit more modern:
- We rename the file to not be about `nodejs` (because it never really
was, that was an implementation detail).
- We trigger on all `pull_request_target` events.
- We trigger on pushes to the `main` or `joneshf/<something>` branches.
- We rename the job from `build` to `test` (because that's what we're
actually doing: testing).
- We bump the version of `actions/checkout`.
- We switch to using `cachix/install-nix-action`.
It would be nice to have this stuff cached somewhere, but caching with
GitHub Actions plus Nix plus Node.js takes more than a modicum of
effort, so we're not going to deal with it.1 parent 76a910f commit 6ab74a3
2 files changed
Lines changed: 40 additions & 16 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
0 commit comments