From e553e6bd3b0f9096c2f4133de6a39811a85d7fac Mon Sep 17 00:00:00 2001 From: shotaro-ikeguchi <38801778+guricerin@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:37:15 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20public=E3=83=AA=E3=83=9D=E3=82=B8?= =?UTF-8?q?=E3=83=88=E3=83=AA=E3=81=AB=E3=81=99=E3=82=8B=E3=81=9F=E3=82=81?= =?UTF-8?q?=E3=81=AE=E6=BA=96=E5=82=99=20(#2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/actionlint.yaml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index 2ba3cad..d469f37 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -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=