mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-17 22:07:51 -04: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
|