Skip to content

chore(deps): update goreleaser/goreleaser-action action to v6.1.0 #29

chore(deps): update goreleaser/goreleaser-action action to v6.1.0

chore(deps): update goreleaser/goreleaser-action action to v6.1.0 #29

Workflow file for this run

name: actionlint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
actionlint:
runs-on: ubuntu-latest
name: actionlint
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Lint workflow files
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color
shell: bash