mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-21 03:04:30 +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
|