Skip to content

chore(CHANGELOG.md): prepare to release v1.2.1 #9

chore(CHANGELOG.md): prepare to release v1.2.1

chore(CHANGELOG.md): prepare to release v1.2.1 #9

Workflow file for this run

on:
push:
paths:
- .github/workflows/*.yaml
- .github/actionlint.yaml
- .github/actionlint-matcher.json
name: Actions CI
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install actionlint
shell: bash
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
- name: Add problem matcher
run: echo "::add-matcher::.github/actionlint-matcher.json"
- name: Run Actionlint
run: ./actionlint
shell: bash