Currently, the CI workflows only "test" that the checked in checkfiles still work against the latest published GitHub Action. Not that the actual code in this repo works against any tests when PRs are created.
We need to at minimum run cargo run -- validate ... against these checkfiles, so that we're doing a test against the changed code in the PR.
Currently, the CI workflows only "test" that the checked in checkfiles still work against the latest published GitHub Action. Not that the actual code in this repo works against any tests when PRs are created.
We need to at minimum run cargo run -- validate ... against these checkfiles, so that we're doing a test against the changed code in the PR.