Skip to content

Commit

Permalink
push fixed errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rhit-villencr committed Sep 28, 2024
1 parent 07a36be commit fcec884
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/parent-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
# Run the TypeScript Lint workflow
- name: Run TypeScript Lint
uses: reviewdog/action-eslint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
eslint_flags: ". --ext .js,.jsx,.ts,.tsx"
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
eslint_flags: ". --ext .js,.jsx,.ts,.tsx"

# Run the Type Check workflow
- name: Run Type Check
Expand Down

0 comments on commit fcec884

Please sign in to comment.