Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ jobs:
run: nix build -L .#checks.x86_64-linux.hlint
if: success() || failure()

# not working for unknown reason (OPS-1487)
# - name: xrefcheck
# run: nix run github:serokell/xrefcheck
# if: success() || failure()
- name: xrefcheck
run: nix run github:serokell/xrefcheck
if: success() || failure()

- name: REUSE lint
run: nix build -L .#checks.x86_64-linux.reuse-lint
Expand Down