~cytrogen/gstack

ref: cd66fc2f890982351e3178925be563681d0ab2c5 gstack/.github/workflows/actionlint.yml -rw-r--r-- 176 bytes
cd66fc2f — Garry Tan fix: 6 critical fixes + community PR guardrails (v0.13.2.0) (#602) 12 days 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