Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
test github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
marijanp committed Dec 8, 2023
1 parent ec18907 commit 96f6c9e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: nix flake check
on:
pull_request:
push:
branches: [main]

jobs:
check:
name: check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- run: nix flake check .

0 comments on commit 96f6c9e

Please sign in to comment.