Skip to content

Commit

Permalink
ci: format action
Browse files Browse the repository at this point in the history
  • Loading branch information
imbhargav5 committed Sep 11, 2022
1 parent b3569ae commit 9fdcb64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- uses: andresz1/size-limit-action@v1
with:
script: "yarn run check-size"
skip_step: build
directory: packages/rooks
skip_step: "build"
directory: "packages/rooks"
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
Expand Down

0 comments on commit 9fdcb64

Please sign in to comment.