File tree 2 files changed +21
-0
lines changed
2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1
1
jobs :
2
+ are_the_types_wrong :
3
+ name : Are the types wrong?
4
+ runs-on : ubuntu-latest
5
+ steps :
6
+ - uses : actions/checkout@v4
7
+ - uses : ./.github/actions/prepare
8
+ - run : pnpm build
9
+ - run : npx --yes @arethetypeswrong/cli --pack . --ignore-rules cjs-resolves-to-esm
2
10
build :
3
11
name : Build
4
12
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 3
3
exports [` expected file changes > .github/workflows/ci.yml 1` ] = `
4
4
"--- a/.github/workflows/ci.yml
5
5
+++ b/.github/workflows/ci.yml
6
+ @@ ... @@
7
+ jobs:
8
+ - are_the_types_wrong:
9
+ - name: Are the types wrong?
10
+ - runs-on: ubuntu-latest
11
+ - steps:
12
+ - - uses: actions/checkout@v4
13
+ - - uses: ./.github/actions/prepare
14
+ - - run: pnpm build
15
+ - - run: npx --yes @arethetypeswrong/cli --pack . --ignore-rules cjs-resolves-to-esm
16
+ build:
17
+ name: Build
18
+ runs-on: ubuntu-latest
6
19
@@ ... @@ jobs:
7
20
- uses: ./.github/actions/prepare
8
21
- run: pnpm run test --coverage
You can’t perform that action at this time.
0 commit comments