Skip to content

Commit

Permalink
fixup! [wip] Restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Oct 7, 2023
1 parent e118a21 commit dfd33fe
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,16 @@ jobs:

- name: treefmt
run: nix develop --command treefmt --fail-on-change

check:
name: Check
needs:
- formatting
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20

- name: check
run: nix flake check

0 comments on commit dfd33fe

Please sign in to comment.