Skip to content

feat: detect-secrets対応 (#4) #12

feat: detect-secrets対応 (#4)

feat: detect-secrets対応 (#4) #12

Workflow file for this run

name: Workflows Linter
on:
push:
jobs:
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=