We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fde8bf commit 49dc6aaCopy full SHA for 49dc6aa
1 file changed
.github/workflows/push.yml
@@ -12,6 +12,9 @@ jobs:
12
contents: write
13
steps:
14
- uses: actions/checkout@v4
15
+ - uses: oven-sh/setup-bun@v2
16
+ - run: bun install
17
+ - run: bun check
18
- uses: tobua/release-npm-action@v3
19
with:
20
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments