Skip to content

fix(glob): default hidden=true and follow=true to align with OpenCode #1

fix(glob): default hidden=true and follow=true to align with OpenCode

fix(glob): default hidden=true and follow=true to align with OpenCode #1

Workflow file for this run

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=""