Skip to content

Switch to counting the results instead of juggling exit codes. #50

Switch to counting the results instead of juggling exit codes.

Switch to counting the results instead of juggling exit codes. #50

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow
name: Lint
on:
pull_request: null
push:
branches:
- trunk
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
actionlint:
name: Actionlint
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run actionlint
uses: docker://rhysd/actionlint:latest
with:
args: "-color -verbose -shellcheck="