mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 18:33:12 -04:00
merge from main
This commit is contained in:
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@@ -144,8 +144,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
inputs: requirements.txt
|
inputs: requirements.txt
|
||||||
ignore-vulns: |
|
ignore-vulns: |
|
||||||
PYSEC-2024-60
|
|
||||||
PYSEC-2022-43162
|
|
||||||
PYSEC-2023-312
|
PYSEC-2023-312
|
||||||
- name: Run npm audit
|
- name: Run npm audit
|
||||||
run: make npm-audit
|
run: make npm-audit
|
||||||
|
|||||||
3
Makefile
3
Makefile
@@ -27,8 +27,7 @@ bootstrap: ## Set up everything to run the app
|
|||||||
.PHONY: bootstrap-with-git-hooks
|
.PHONY: bootstrap-with-git-hooks
|
||||||
bootstrap-with-git-hooks: ## Sets everything up and accounts for pre-existing git hooks
|
bootstrap-with-git-hooks: ## Sets everything up and accounts for pre-existing git hooks
|
||||||
make generate-version-file
|
make generate-version-file
|
||||||
poetry lock --no-update
|
poetry sync --no-root
|
||||||
poetry install --sync --no-root
|
|
||||||
poetry run playwright install --with-deps
|
poetry run playwright install --with-deps
|
||||||
git config --global --unset-all core.hooksPath
|
git config --global --unset-all core.hooksPath
|
||||||
poetry run pre-commit install
|
poetry run pre-commit install
|
||||||
|
|||||||
Reference in New Issue
Block a user