File tree 4 files changed +4
-28
lines changed
4 files changed +4
-28
lines changed Original file line number Diff line number Diff line change 18
18
packageManager : pnpm
19
19
20
20
typecheck :
21
- runs-on : ubuntu-latest
21
+ runs-on : ubuntu-latest
22
22
name : Type Check and ESM/CJS integrity checks
23
23
steps :
24
24
- name : Checkout Repository
35
35
36
36
- name : Typecheck
37
37
run : pnpm run check
38
-
39
- # this fails right now cause in `types.ts` there is no JS to export
38
+
39
+ # this fails right now cause in `types.ts` there is no JS to export
40
40
# - name: Test ESM & CJS exports integrity
41
41
# run: pnpm bob check
Original file line number Diff line number Diff line change 13
13
secrets :
14
14
githubToken : ${{ secrets.GITHUB_TOKEN }}
15
15
npmToken : ${{ secrets.NPM_TOKEN }}
16
-
17
-
18
- algolia :
19
- uses : the-guild-org/shared-config/.github/workflows/algolia-integrity.yml@main
20
- with :
21
- domain : https://www.the-guild.dev/graphql/shield/
22
- source : ' Shield'
23
- packageManager : pnpm
24
- secrets :
25
- githubToken : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 26
26
domain : https://www.the-guild.dev/graphql/shield/
27
27
source : ' Shield'
28
28
packageManager : pnpm
29
- continueOnError : true
29
+ skipCommitLockFile : true
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments