Skip to content

Commit

Permalink
ci: add check comment
Browse files Browse the repository at this point in the history
Check also builds documentation.
  • Loading branch information
nialov committed Dec 1, 2023
1 parent dcd5a98 commit b72fd62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
name: fractopo
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Check with nix
# This also builds documentation (fractopo-documentation) so docs job
# does not have to run every time
run: |
nix flake check
poetry:
Expand Down

0 comments on commit b72fd62

Please sign in to comment.