Skip to content

Commit 375fc0d

Browse files
committed
test
1 parent 9a83c89 commit 375fc0d

32 files changed

+852
-158
lines changed

.github/workflows/check.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- name: xrefcheck
1414
run: nix run github:serokell/xrefcheck
1515

16-
- name: reuse
17-
run: nix build -L .#checks.x86_64-linux.reuse-lint
18-
# Run step even if the previous one has failed
19-
if: success() || failure()
16+
# - name: reuse
17+
# run: nix build -L .#checks.x86_64-linux.reuse-lint
18+
# # Run step even if the previous one has failed
19+
# if: success() || failure()
2020

2121
- name: hlint
2222
run: nix build -L .#checks.x86_64-linux.hlint
@@ -26,9 +26,9 @@ jobs:
2626
run: nix build -L .#checks.x86_64-linux.stylish-haskell
2727
if: success() || failure()
2828

29-
- name: check-trailing-whitespace
30-
run: nix build -L .#checks.x86_64-linux.trailing-whitespace
31-
if: success() || failure()
29+
# - name: check-trailing-whitespace
30+
# run: nix build -L .#checks.x86_64-linux.trailing-whitespace
31+
# if: success() || failure()
3232

3333
- name: check-hpack
3434
run: nix build -L .#checks.x86_64-linux.hpack
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@v3
4444

4545
- id: set-matrix
46-
run: echo "matrix=$(nix eval --json .#ghc-matrix.x86_64-linux)" >> $GITHUB_OUTPUT
46+
run: echo "matrix=$(nix eval --json .#build-matrix.x86_64-linux)" >> $GITHUB_OUTPUT
4747

4848
build-and-test:
4949
needs: ghc-versions

cabal.project

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
packages:
2+
./with-utf8/
3+
./test-package/

0 commit comments

Comments
 (0)