hotfix: working_directory
in prettier action
jobs were triggering too much.
This commit is contained in:
parent
8c97c1bad1
commit
f8fa47e923
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user