Skip to content

Commit e86b0ce

Browse files
committed
check
1 parent de51eab commit e86b0ce

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Pull Request Checks
22

33
on:
4+
workflow_call:
45
pull_request:
56
branches:
67
- main

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
code_check:
1313
name: 🔬 PR Checks
1414
uses: ./.github/workflows/check.yml
15-
secrets:
16-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
15+
# secrets:
16+
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1717

1818
publish:
1919
name: 📮 to npm

0 commit comments

Comments
 (0)