Skip to content

release: bump version to v0.5.0 #14

release: bump version to v0.5.0

release: bump version to v0.5.0 #14

name: Check GitHub Actions Workflow Syntax
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install actionlint
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
shell: bash
- name: Lint GitHub Actions workflows
run: |
./actionlint -color