Skip to content

Commit

Permalink
chore: publicリポジトリにするための準備 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
guricerin authored Jun 11, 2024
1 parent 5e6088f commit e553e6b
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,17 @@ on:
push:

jobs:
workflows-linter:
uses: sensyn-robotics/github-actions/.github/workflows/actionlint.yaml@main
Actionlint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4

- name: Download actionlint
id: get_actionlint
shell: bash
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)

- name: Lint
shell: bash
run: ${{ steps.get_actionlint.outputs.executable }} -color -shellcheck=

0 comments on commit e553e6b

Please sign in to comment.