Skip to content

Commit

Permalink
Fix Prettier and ESLint issues (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: J. Zane Cook <[email protected]>
  • Loading branch information
YoungPhlo and jzanecook committed Dec 15, 2023
1 parent a29639f commit ecbffe0
Show file tree
Hide file tree
Showing 76 changed files with 11,656 additions and 11,805 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/js-sdk-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
cache: npm
cache-dependency-path: package-lock.json

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-client-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: '3.10'

- name: Install and configure Poetry
uses: snok/install-poetry@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-sdk-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: '3.10'

- name: Install and configure Poetry
uses: snok/install-poetry@v1
Expand Down
Loading

0 comments on commit ecbffe0

Please sign in to comment.