Skip to content

🐱 [just] v4.0 adds PR update recipes #65

🐱 [just] v4.0 adds PR update recipes

🐱 [just] v4.0 adds PR update recipes #65

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