Skip to content

fix(ansi-stripper): reset lastIndex before replace to prevent statefu… #11

fix(ansi-stripper): reset lastIndex before replace to prevent statefu…

fix(ansi-stripper): reset lastIndex before replace to prevent statefu… #11

name: Lint Workflows
on:
push:
paths:
- '.github/workflows/**'
pull_request:
paths:
- '.github/workflows/**'
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install actionlint
run: |
bash <(curl -sSL https://raw.githubusercontent.com/rhysd/actionlint/v1.7.10/scripts/download-actionlint.bash)
- name: Run actionlint
run: ./actionlint -color -shellcheck=""