Commit 995ccaa
committed
Update GitHub Actions
We update things to be a bit more modern:
- We bump the version of `actions/checkout`.
- We switch to using `cachix/install-nix-action`.
- We rename the job from `build` to `test` (because that's what we're
actually doing: testing).
- We also rename the file to not be about `nodejs` (because it never
really was, that was an implementation detail).
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 11668f8 commit 995ccaa
2 files changed
Lines changed: 14 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 | + | |
0 commit comments