~cytrogen/gstack

ref: b2b380bfcc39107f9fdafc17e61bd74cc34fb537 gstack/.github/workflows/actionlint.yml -rw-r--r-- 176 bytes
b2b380bf — Garry Tan docs: update README and skill deep dives for all 31 skills (#656) a month ago
                                                                                
1
2
3
4
5
6
7
8
name: Workflow Lint
on: [push, pull_request]
jobs:
  actionlint:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: rhysd/actionlint@v1.7.11