Skip to content

Commit

Permalink
Fixed wrong dir
Browse files Browse the repository at this point in the history
  • Loading branch information
smickovskid committed Sep 22, 2023
1 parent ecbbc03 commit 374afa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gauntlet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
with:
name: chainlink-cosmos
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix develop -c yarn install --frozen-lockfile
- run: nix develop -c yarn eslint
- run: nix develop -c yarn --cwd ./gauntlet install --frozen-lockfile
- run: nix develop -c yarn --cwd ./gauntlet eslint
- name: Upload eslint report
if: always()
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
Expand Down

0 comments on commit 374afa0

Please sign in to comment.