hotfix: debugging workingdirectory

This commit is contained in:
Quinn 2022-04-12 09:54:57 -04:00 committed by GitHub
parent f8fa47e923
commit e7e51d9582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ jobs:
with: with:
dry: true dry: true
prettier_options: --check . prettier_options: --check .
working_directory: packages/squiggle-lang # working_directory: packages/squiggle-lang
lang-build-test-bundle: lang-build-test-bundle:
name: Language build, test, and bundle name: Language build, test, and bundle
@ -91,7 +91,7 @@ jobs:
defaults: defaults:
run: run:
shell: bash shell: bash
working-directory: packages/components # working-directory: packages/components
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Check javascript, typescript, and markdown lint - name: Check javascript, typescript, and markdown lint
@ -129,7 +129,7 @@ jobs:
defaults: defaults:
run: run:
shell: bash shell: bash
working-directory: packages/website # working-directory: packages/website
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Check javascript, typescript, and markdown lint - name: Check javascript, typescript, and markdown lint