* Allow builds to use cached Nix packages * Prevent them from running on my VPS * Possibly avoid re-downloading the SVN every single time?
11 lines
165 B
YAML
11 lines
165 B
YAML
"on":
|
|
pull_request:
|
|
|
|
jobs:
|
|
check:
|
|
runs-on: bare-metal
|
|
steps:
|
|
- uses: actions/checkout@v6
|
|
- name: Flake check
|
|
run: nix flake check -L
|