Use flake check in CI

This commit is contained in:
Andreas Zweili 2022-11-27 21:21:04 +01:00
parent a45c29c591
commit b890db2420
1 changed files with 2 additions and 6 deletions

View File

@ -14,10 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
- name: Linting
- name: Test
run: |
nix develop --command flake8 . --count --show-source --statistics
- name: Testing
run: |
nix develop --command make test
nix flake check