Skip to content

Commit

Permalink
fetch-depth
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Nov 20, 2024
1 parent 1b4a6e3 commit 844fd1b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

permissions:
id-token: write
contents: read

jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -30,6 +34,8 @@ jobs:
- run: yarn install
- run: yarn build
- uses: pkg-size/action@v1
with:
build-command: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: yarn test
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
"eslint-plugin-storybook": "^0.11.0",
"husky": "^9.1.7",
"json": "^11.0.0",
"pkg-size": "^2.4.0",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"react": "^18.0.0",
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2878,6 +2878,7 @@ __metadata:
json: "npm:^11.0.0"
maath: "npm:^0.10.8"
meshline: "npm:^3.3.1"
pkg-size: "npm:^2.4.0"
prettier: "npm:^3.3.3"
pretty-quick: "npm:^4.0.0"
react: "npm:^18.0.0"
Expand Down Expand Up @@ -10290,6 +10291,15 @@ __metadata:
languageName: node
linkType: hard

"pkg-size@npm:^2.4.0":
version: 2.4.0
resolution: "pkg-size@npm:2.4.0"
bin:
pkg-size: bin/cli.js
checksum: 10c0/57656b9e45564ecfc232163cf17bbca4e96549c4ee02d39daa91cee1fcd2aea8ae717c24616561037f5cdc39314e6e0b32a34f3d502a75d9f25dce7ec0e44c1e
languageName: node
linkType: hard

"playwright-core@npm:1.45.2":
version: 1.45.2
resolution: "playwright-core@npm:1.45.2"
Expand Down

0 comments on commit 844fd1b

Please sign in to comment.