Files
codeql-action/pr-checks/justfile
Fotis Koutoulakis (@NlightNFotis) b4bc093eca ci: remove patch file and cleanup justfile
2024-12-05 15:56:48 +00:00

7 lines
173 B
Makefile

# Perform all necessary steps to update the PR checks
update-pr-checks:
python3 -m venv env
source env/bin/activate
pip3 install ruamel.yaml
python3 sync.py