Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
veehaitch committed Aug 2, 2024
0 parents commit 2726874
Show file tree
Hide file tree
Showing 12 changed files with 1,428 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
pull_request:
branched: [main]
push:
branches: [main]

jobs:
lints:
name: Nix checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- run: nix flake check -L
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
target/
result*
Loading

0 comments on commit 2726874

Please sign in to comment.