Skip to content

Commit

Permalink
ci(#6): Add linting through flake-checker
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Dec 8, 2023
1 parent 6f78af4 commit b147d49
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Nix check and build

on:
pull_request:
branches:
- main
push:
branches:
- main

jobs:
lints:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
# TODO Doesn't build anything
- name: Run `nix build`
run: nix build
File renamed without changes.

0 comments on commit b147d49

Please sign in to comment.