Skip to content

Commit 551702f

Browse files
committed
Fix and update hlint GitHub CI workflow
1 parent a5cd0b8 commit 551702f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/check-hlint.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ jobs:
1414

1515
steps:
1616

17-
- uses: actions/checkout@v3
18-
19-
- name: Install dependencies
20-
run: |
21-
sudo apt-get -y install libtinfo5
17+
- uses: actions/checkout@v4
2218

2319
- name: 'Set up HLint'
2420
uses: rwe/actions-hlint-setup@v1

0 commit comments

Comments
 (0)