Only require acknowledgments rebuild in gh lint action

This commit is contained in:
ayumi-signal
2024-03-01 11:33:00 -08:00
committed by GitHub
parent e5e4c1aa3e
commit b379ec115d
2 changed files with 33 additions and 6 deletions

View File

@@ -50,6 +50,12 @@ jobs:
- run: yarn lint
- run: yarn lint-deps
- run: yarn lint-license-comments
- name: Check acknowledgments file is up to date
run: yarn build:acknowledgments
env:
REQUIRE_SIGNAL_LIB_FILES: 1
- run: git diff --exit-code
- name: Update cached .eslintcache and tsconfig.tsbuildinfo