Skip to content

Merge pull request #44 from emic/main #35

Merge pull request #44 from emic/main

Merge pull request #44 from emic/main #35

Workflow file for this run

name: actionlint
on:
push:
pull_request:
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup go
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
- name: Install actionlint
run: go install github.com/rhysd/actionlint/cmd/actionlint@03d0035246f3e81f36aed592ffb4bebf33a03106 # v1.7.7
shell: bash
- name: Check workflow files
run: actionlint -color
shell: bash