Skip to content

Commit

Permalink
chore: fixing gh linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ynahmany committed Nov 6, 2024
1 parent 6df1406 commit 73ff8b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

1 change: 1 addition & 0 deletions .github/linters/.eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ignorePatterns:
- '!.*'
- '**/node_modules/.*'
- '**/dist/.*'
- '**/lib/.*'
- '**/coverage/.*'
- '*.json'

Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
jobs:
test-action-sharding:
strategy:
fail-fast: false
matrix:
shard: [1, 2]
fail-fast: false
matrix:
shard: [1, 2]
runs-on: ubuntu-latest
env:
CURRENTS_RECORD_KEY: ${{ secrets.CURRENTS_RECORD_KEY }}
Expand Down Expand Up @@ -47,13 +47,12 @@ jobs:
fail-fast: false
matrix:
shard: [1, 2]
runs-on: ubuntu-latest
runs-on: ubuntu-latest
env:
CURRENTS_PROJECT_ID: ${{ secrets.CURRENTS_PROJECT_ID }}
CURRENTS_API_KEY: ${{ secrets.CURRENTS_API_KEY }}
CURRENTS_REST_API_URL: ${{ secrets.CURRENTS_REST_API_URL }}

runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 73ff8b2

Please sign in to comment.