Skip to content

Commit

Permalink
fix(actions): staging workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rutajdash committed Oct 20, 2022
1 parent 3c3d92b commit 75d8d2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
needs: setup
uses: Monday-Morning/project-tahiti/.github/workflows/eslint.yml@main
with:
config_path: ./client/.eslintrc.json
ignore_path: ./client/.eslintignore
file_path: "client/"
config_path: ./.eslintrc.json
ignore_path: ./.eslintignore
file_path: "./"

prettier:
needs: setup
Expand Down

0 comments on commit 75d8d2d

Please sign in to comment.