~cytrogen/gstack

ref: b343ba27973c07b7d2d8c408b3a901b5c356df5d gstack/.github/workflows/actionlint.yml -rw-r--r-- 176 bytes
b343ba27 — Garry Tan fix: community PRs + security hardening + E2E stability (v0.12.7.0) (#552) 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