Skip to content

chore(release): Release 0.44.2 #814

chore(release): Release 0.44.2

chore(release): Release 0.44.2 #814

Workflow file for this run

---
name: Action Lint
# yamllint disable-line rule:truthy
on:
pull_request: {}
push:
branches:
- main
jobs:
actionlint:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check workflow files
run: |
echo "::add-matcher::.github/actionlint-matcher.json"
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color
shell: bash