Skip to content

Commit 921e52d

Browse files
authored
chore: simplify lint workflow (scaleway#4825)
1 parent fcce831 commit 921e52d

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

.github/workflows/actionlint.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/workflows/lint.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ on:
44
merge_group:
55

66
jobs:
7+
actionlint:
8+
name: Github Actions lint
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
- name: Check workflow files
13+
uses: docker://rhysd/actionlint:latest
14+
with:
15+
args: -color -ignore SC2086
16+
717
dockerlint:
818
name: dockerfile-lint
919
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)