Skip to content

Commit

Permalink
Testing templates
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Nov 14, 2023
1 parent 715fe99 commit cc65017
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,10 @@ jobs:
- uses: cachix/install-nix-action@v23
- run: nix eval --impure .#tests
working-directory: tests

template:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
- run: nix flake init -t .

0 comments on commit cc65017

Please sign in to comment.