We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ac61e commit 1623f6aCopy full SHA for 1623f6a
.github/workflows/ci.yaml
@@ -3,13 +3,15 @@ on:
3
workflow_dispatch: # allows manual triggering
4
push:
5
branches:
6
- - 'main'
+ - main
7
+ pull_request:
8
+ branches:
9
10
jobs:
11
test:
12
runs-on: ubuntu-latest
13
steps:
- - name: Checkout repository
- uses: actions/checkout@v4
- - name: Install Nix
14
- uses: DeterminateSystems/nix-installer-action@main
+ - uses: actions/checkout@v4
15
+ - uses: DeterminateSystems/nix-installer-action@main
16
+ - uses: DeterminateSystems/magic-nix-cache-action@main
17
- run: nix flake check --print-build-logs
0 commit comments