We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 442cb3b commit 1d09b76Copy full SHA for 1d09b76
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
- uses: ./.github/actions/prepare
16
- run: pnpm build
17
- - run: node ./lib/index.js
+ - run: node ./lib/index.js --version
18
lint:
19
name: Lint
20
runs-on: ubuntu-latest
script/__snapshots__/migrate-test-e2e.ts.snap
@@ -29,6 +29,15 @@ exports[`expected file changes > .github/workflows/ci.yml 1`] = `
29
build:
30
name: Build
31
32
+@@ ... @@ jobs:
33
+ - uses: actions/checkout@v4
34
+ - uses: ./.github/actions/prepare
35
+ - run: pnpm build
36
+- - run: node ./lib/index.js --version
37
++ - run: node ./lib/index.js
38
+ lint:
39
+ name: Lint
40
+ runs-on: ubuntu-latest
41
@@ ... @@ jobs:
42
43
0 commit comments