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 6eb6244 commit ce6ebe1Copy full SHA for ce6ebe1
.github/actions/setup/action.yml
@@ -15,5 +15,5 @@ runs:
15
cache-dependency-path: pnpm-lock.yaml
16
- run: corepack enable
17
shell: bash
18
- - run: pnpm i
19
- shell: bash
+ # - run: pnpm i
+ # shell: bash
.github/workflows/code-review.yml
@@ -17,13 +17,15 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
20
+ - run: pnpm i
21
- run: pnpm run lint
22
23
test:
24
runs-on: ubuntu-latest
25
26
27
28
29
- run: pnpm run test:coverage
30
- uses: codacy/codacy-coverage-reporter-action@v1
31
if: github.actor != 'dependabot[bot]'
0 commit comments