@mizchi/actrun 0.17.0 → 0.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +4 -0
  2. package/dist/actrun.js +0 -1406
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -495,6 +495,10 @@ just gha-compat-compare compat-checkout-artifact.yml _build/gha-compat/<run-id>
495
495
  | `src/cmd/actrun/main.mbt` | CLI entry point |
496
496
  | `testdata/` | Compatibility fixtures |
497
497
 
498
+ ## Prior Art
499
+
500
+ - [actionlint](https://github.com/rhysd/actionlint) — Static checker for GitHub Actions workflow files. `actrun lint` is inspired by its rule design and type system.
501
+
498
502
  ## License
499
503
 
500
504
  Apache-2.0