Files
codeql-action/pr-checks
Michael B. Gale 0d9416ee4e Run PR checks after unit-tests job.
Remove all `push` and `pull_request` triggers from the individual PR checks to avoid running everything twice.
2025-09-20 14:34:51 +01:00
..
2025-09-19 16:17:34 +01:00
2024-12-11 11:27:03 +00:00
2025-09-20 14:34:51 +01:00
2025-09-09 14:00:28 +02:00

PR Checks

This folder contains the workflow generator that must be run in order to create the workflows used by the CodeQL Action CI. Workflows must be recreated after any change to one of the files in this directory.

Updating workflows

  1. Install https://github.com/casey/just by whichever way you prefer.
  2. Run just update-pr-checks in your terminal.

If you don't want to intall just

Manually run each step in the justfile.