Skip to content

chore(release): bump version to 0.4.0 #45

chore(release): bump version to 0.4.0

chore(release): bump version to 0.4.0 #45

Workflow file for this run

name: actionlint
on:
push:
branches:
- main
pull_request:
jobs:
actionlint:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- name: Download actionlint
id: get_actionlint
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
shell: bash
- name: Check workflow files
run: ${{ steps.get_actionlint.outputs.executable }} -color
shell: bash