hotfix: working_directory in prettier action

jobs were triggering too much.
This commit is contained in:
Quinn 2022-04-12 09:50:13 -04:00 committed by GitHub
parent 8c97c1bad1
commit f8fa47e923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,7 @@ jobs:
with:
dry: true
prettier_options: --check .
working_directory: packages/squiggle-lang
lang-build-test-bundle:
name: Language build, test, and bundle
@ -98,6 +99,7 @@ jobs:
with:
dry: true
prettier_options: --check .
working_directory: packages/components
components-bundle-build:
name: Components bundle and build
@ -135,6 +137,7 @@ jobs:
with:
dry: true
prettier_options: --check .
working_directory: packages/website
website-build:
name: Website build