mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-23 01:49:08 +01:00
Compare commits
No commits in common. "f8daf6941f26698066015188cde79b330f2fbc09" and "46971d7b57b00a7107089e8c1c7f4c506363eec8" have entirely different histories.
f8daf6941f
...
46971d7b57
1 changed files with 0 additions and 15 deletions
15
.github/workflows/test.yml
vendored
15
.github/workflows/test.yml
vendored
|
|
@ -1,15 +0,0 @@
|
|||
name: "Test"
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: cachix/install-nix-action@v31
|
||||
- uses: cachix/cachix-action@v15
|
||||
with:
|
||||
name: sebastian-stork
|
||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||
- run: nix flake --extra-experimental-features pipe-operators check
|
||||
Loading…
Add table
Add a link
Reference in a new issue