Skip to content

Commit

Permalink
chore: test eslint fix (#1472)
Browse files Browse the repository at this point in the history
* chore: test eslint fix

* Update test.yml

* Update test.yml

* Update test.yml

* Update .eslintignore

* lint fixes.

* Update test.yml

* Update App.tsx

* lint fixes.

* Update test.yml

* Update App.tsx

* lint fixes.

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jackton1 and github-actions[bot] authored Nov 13, 2023
1 parent 723fb6c commit 9f1b7ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
Expand All @@ -27,6 +24,7 @@ jobs:
- name: Checkout to branch
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token

Expand Down
2 changes: 1 addition & 1 deletion test-app/.eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
**/App.tsx
src/reportWebVitals.ts

0 comments on commit 9f1b7ef

Please sign in to comment.