fix: repair workflow YAML parsing and lint CI

This commit is contained in:
Tim White
2026-03-20 00:27:34 -07:00
parent 91bea06675
commit 361658b3df
2 changed files with 20 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
name: Workflow Lint
on: [push, pull_request]
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rhysd/actionlint@v1