Skip to content

Commit

Permalink
.github: init CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nikstur committed Jan 12, 2024
1 parent 38e6f5c commit ebccc6f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
branches: [ main ]
pull_request:
merge_group:

jobs:
deploy:
runs-on: ubuntu-latest
deployments: write
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
- uses: DeterminateSystems/magic-nix-cache-action@v2
with:
diagnostic-endpoint: ""
- run: nix flake check

0 comments on commit ebccc6f

Please sign in to comment.