Skip to content

Commit

Permalink
Merge pull request #131 from Polymarket/chore/github-workflows-warnings
Browse files Browse the repository at this point in the history
workflow fix
  • Loading branch information
poly-rodr authored Dec 17, 2024
2 parents 87cc8cb + a3b527d commit 28a7d9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
name: Build, Lint, and Test
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
persist-credentials: false
- run: yarn --frozen-lockfile
- run: yarn lint
- run: yarn build
Expand Down

0 comments on commit 28a7d9f

Please sign in to comment.