We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2f5c7 commit 8872004Copy full SHA for 8872004
.github/workflows/test.yml
@@ -11,15 +11,6 @@ concurrency:
11
cancel-in-progress: true
12
13
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
23
test:
24
runs-on: ubuntu-latest
25
strategy:
0 commit comments