mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 09:40:17 +08:00
7 lines
173 B
Makefile
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
|