Skip to content

Commit a1e3307

Browse files
committed
dont use private action
1 parent 5e6088f commit a1e3307

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/workflows/actionlint.yaml

+14-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,17 @@ on:
44
push:
55

66
jobs:
7-
workflows-linter:
8-
uses: sensyn-robotics/github-actions/.github/workflows/actionlint.yaml@main
7+
Actionlint:
8+
runs-on: ubuntu-latest
9+
timeout-minutes: 5
10+
steps:
11+
- uses: actions/checkout@v4
12+
13+
- name: Download actionlint
14+
id: get_actionlint
15+
shell: bash
16+
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
17+
18+
- name: Lint
19+
shell: bash
20+
run: ${{ steps.get_actionlint.outputs.executable }} -color -shellcheck=

0 commit comments

Comments
 (0)