mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-20 18:54:29 +10:00
11 lines
125 B
Makefile
11 lines
125 B
Makefile
set shell := ["bash", "-uc"]
|
|
|
|
ci-lint:
|
|
zizmor .
|
|
|
|
ci-lint-fix:
|
|
zizmor . --fix=all
|
|
|
|
ci-update:
|
|
PINACT_MIN_AGE=7 pinact run
|