Initial commit
This commit is contained in:
commit
cfcc57a8bd
353 changed files with 18756 additions and 0 deletions
21
flake/den/templates/bogus/.github/workflows/test.yml
vendored
Normal file
21
flake/den/templates/bogus/.github/workflows/test.yml
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
on:
|
||||
pull_request:
|
||||
push:
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
jobs:
|
||||
flake-check:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
name: Nix flake check
|
||||
runs-on: ${{matrix.os}}
|
||||
steps:
|
||||
- uses: wimpysworld/nothing-but-nix@main
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
- uses: DeterminateSystems/nix-installer-action@main
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
- uses: actions/checkout@v5
|
||||
- run: nix flake metadata
|
||||
- run: nix flake check
|
||||
Loading…
Add table
Add a link
Reference in a new issue