Skip to content

Commit 4648016

Browse files
committed
Lint GitHub Actions
1 parent 893a900 commit 4648016

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/lint-action.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,12 @@ permissions:
1515
jobs:
1616
actionlint:
1717
runs-on: ubuntu-latest
18-
container:
19-
image: rhysd/actionlint:latest
20-
options: --user root
2118
steps:
2219
- uses: actions/checkout@v6
2320
with:
2421
sparse-checkout: .github
2522

26-
- run: pwd
27-
28-
- run: ls -la .github/workflows
29-
3023
- name: Check workflow files
31-
run: actionlint -color
24+
uses: docker://rhysd/actionlint:latest
25+
with:
26+
args: -color

0 commit comments

Comments
 (0)