mirror of
https://github.com/zizmorcore/zizmor.git
synced 2025-12-23 08:47:33 +00:00
chore(ci): fix makefile target (#721)
This commit is contained in:
parent
403df8a84c
commit
f55d31db7e
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -26,7 +26,7 @@ sponsors: docs/snippets/sponsors.html
|
|||
docs/snippets/sponsors.html: docs/snippets/sponsors.json docs/snippets/render-sponsors.py
|
||||
uv run --no-project docs/snippets/render-sponsors.py > $@
|
||||
|
||||
.PHONY: schemas
|
||||
schemas:
|
||||
.PHONY: refresh-schemas
|
||||
refresh-schemas:
|
||||
curl https://json.schemastore.org/github-workflow.json > src/data/github-workflow.json
|
||||
curl https://json.schemastore.org/github-action.json > src/data/github-action.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue