Skip to content

Commit

Permalink
Fixing linter test
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Jan 9, 2024
1 parent 52bc629 commit 375eb98
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.shaa || github.ref }}
ref: ${{ github.sha || github.ref }}

- id: set-matrix
run: echo "matrix=$(jq -c . < ./.github/workflows/matrix.json)" >> $GITHUB_OUTPUT
Expand All @@ -52,7 +52,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.shaa || github.ref }}
ref: ${{ github.sha || github.ref }}

- uses: ./.github/actions/setup
with:
Expand All @@ -70,7 +70,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.shaa || github.ref }}
ref: ${{ github.sha || github.ref }}

- uses: ./.github/actions/setup
with:
Expand All @@ -97,7 +97,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.shaa || github.ref }}
ref: ${{ github.sha || github.ref }}

- uses: ./.github/actions/setup
with:
Expand All @@ -117,7 +117,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.shaa || github.ref }}
ref: ${{ github.sha || github.ref }}

- uses: ./.github/actions/setup
with:
Expand All @@ -133,7 +133,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.shaa || github.ref }}
ref: ${{ github.sha || github.ref }}

- uses: ./.github/actions/setup
with:
Expand All @@ -149,7 +149,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.shaa || github.ref }}
ref: ${{ github.sha || github.ref }}

- uses: ./.github/actions/setup
with:
Expand All @@ -165,7 +165,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.shaa || github.ref }}
ref: ${{ github.sha || github.ref }}

- uses: ./.github/actions/setup
with:
Expand All @@ -181,7 +181,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.shaa || github.ref }}
ref: ${{ github.sha || github.ref }}

- uses: ./.github/actions/setup
with:
Expand Down

0 comments on commit 375eb98

Please sign in to comment.