Skip to content

Commit 614ebc5

Browse files
committed
Use test action with HEAD.
1 parent d420a0e commit 614ebc5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/experiment.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,6 @@ permissions: read-all
44
on: [workflow_dispatch]
55

66
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-
187
scan-main:
198
name: Scan code with HLint (main)
209
concurrency: build

0 commit comments

Comments
 (0)