Merge branch 'main' into renovate/prettier

This commit is contained in:
Nathan Bierema 2021-09-15 17:26:37 -04:00 committed by GitHub
commit 18832f985d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: yarn install --immutable
- run: yarn install
- run: yarn prettier:check
- run: yarn build:all
- run: yarn lint:all