We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de51eab commit e86b0ceCopy full SHA for e86b0ce
.github/workflows/check.yml
@@ -1,6 +1,7 @@
1
name: Pull Request Checks
2
3
on:
4
+ workflow_call:
5
pull_request:
6
branches:
7
- main
.github/workflows/publish.yml
@@ -12,8 +12,8 @@ jobs:
12
code_check:
13
name: 🔬 PR Checks
14
uses: ./.github/workflows/check.yml
15
- secrets:
16
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
+ # secrets:
+ # CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
17
18
publish:
19
name: 📮 to npm
0 commit comments