Skip to content

Commit 8872004

Browse files
removed linting step
1 parent 0f2f5c7 commit 8872004

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,6 @@ concurrency:
1111
cancel-in-progress: true
1212

1313
jobs:
14-
lint:
15-
runs-on: ubuntu-latest
16-
steps:
17-
- uses: actions/checkout@v3
18-
- uses: haskell-actions/run-fourmolu@v9
19-
with:
20-
version: "0.14.1.0"
21-
pattern: Database/**/*.hs
22-
extra-args: --indentation 2
2314
test:
2415
runs-on: ubuntu-latest
2516
strategy:

0 commit comments

Comments
 (0)