initial commit of actions
This commit is contained in:
commit
949ece5785
44660 changed files with 12034344 additions and 0 deletions
6
github/codeql-action-v2/pr-checks/justfile
Normal file
6
github/codeql-action-v2/pr-checks/justfile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue