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 d420a0e commit 614ebc5Copy full SHA for 614ebc5
.github/workflows/experiment.yaml
@@ -4,17 +4,6 @@ permissions: read-all
4
on: [workflow_dispatch]
5
6
jobs:
7
- scan-v0:
8
- name: Scan code with HLint (v0)
9
- concurrency: build
10
- runs-on: ubuntu-latest
11
- permissions:
12
- # Needed to upload results to GitHub code scanning.
13
- security-events: write
14
- steps:
15
- - uses: actions/checkout@v3
16
- - uses: haskell-actions/hlint-scan@v0
17
-
18
scan-main:
19
name: Scan code with HLint (main)
20
concurrency: build
0 commit comments