Skip to content

Commit

Permalink
Fix main.yml (#1161)
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx authored Oct 14, 2024
1 parent bb4057d commit 1c7fd67
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:

- uses: ./.github/actions/init-all
with:
python-version: ${{ env.python-version-file }}
python-version-file: ${{ env.python-version-file }}
node-version-file: ${{ env.node-version-file }}

- name: Lint
Expand All @@ -127,7 +127,7 @@ jobs:

- uses: ./.github/actions/init-all
with:
python-version: ${{ env.python-version-file }}
python-version-file: ${{ env.python-version-file }}
node-version-file: ${{ env.node-version-file }}

- name: Install dependencies
Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:

- uses: ./.github/actions/init-all
with:
python-version: ${{ env.python-version-file }}
python-version-file: ${{ env.python-version-file }}
node-version-file: ${{ env.node-version-file }}

- name: Cache node_modules/.cache including Webpack's cache
Expand Down Expand Up @@ -413,7 +413,7 @@ jobs:

- uses: ./.github/actions/init-all
with:
python-version: ${{ env.python-version-file }}
python-version-file: ${{ env.python-version-file }}
node-version-file: ${{ env.node-version-file }}

- name: Cache node_modules/.cache including Webpack's cache
Expand Down Expand Up @@ -561,7 +561,7 @@ jobs:

- uses: ./.github/actions/init-all
with:
python-version: ${{ env.python-version-file }}
python-version-file: ${{ env.python-version-file }}
node-version-file: ${{ env.node-version-file }}

- name: Cache node_modules/.cache including Webpack's cache
Expand Down

0 comments on commit 1c7fd67

Please sign in to comment.