Skip to content

Commit

Permalink
ci: fix command pipe that shouldn't be present
Browse files Browse the repository at this point in the history
  • Loading branch information
MAXOUXAX committed Jan 29, 2024
1 parent d5fa526 commit ac05e2f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install dependencies in expo/
working-directory: expo/
Expand All @@ -51,8 +51,7 @@ jobs:
- name: Run ESLint on backend/
working-directory: backend/
run: |
npx eslint .
run: npx eslint .
--config .eslintrc.json
--ext .js,.jsx,.ts,.tsx
--format @microsoft/eslint-formatter-sarif
Expand Down

0 comments on commit ac05e2f

Please sign in to comment.