~cytrogen/gstack

ref: 6f1bdb6671665898d0e91e2d7b2e2c344bcc2f4e gstack/.github/workflows/actionlint.yml -rw-r--r-- 176 bytes
6f1bdb66 — Garry Tan feat: Wave 3 — community bug fixes & platform support (v0.11.6.0) (#359) 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