Add fix/lint helper dev targets (#23561)

This commit is contained in:
Nick Schonning
2023-05-31 20:25:13 -04:00
committed by GitHub
parent 69057467cb
commit d39bce963f
7 changed files with 28 additions and 18 deletions

View File

@ -42,4 +42,4 @@ jobs:
run: yarn --frozen-lockfile
- name: Prettier
run: yarn prettier --check "**/*.{yml,yaml}"
run: yarn lint:yml