Skip to content

🐌 [claude] v3.8 claude /init and add shellcheck recipe to docs #48

🐌 [claude] v3.8 claude /init and add shellcheck recipe to docs

🐌 [claude] v3.8 claude /init and add shellcheck recipe to docs #48

Workflow file for this run

name: Lint GitHub Actions workflows
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# global permissions
permissions: {}
jobs:
actionlint:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Check workflow files
uses: docker://rhysd/actionlint:latest
with:
args: -color