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 9a44410 commit 67acaf1Copy full SHA for 67acaf1
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
timeout-minutes: 30
13
steps:
14
- uses: actions/checkout@v2
15
- - run: npx prettier --check src/**
+ - run: npx prettier --check "{src,typescript}/**/*.ts" --ignore-path .gitignore
16
- name: Cache pnpm modules
17
uses: actions/cache@v2
18
with:
.github/workflows/release.yml
@@ -13,7 +13,6 @@ jobs:
- run: npm -v
- run: node -v
19
@@ -26,7 +25,6 @@ jobs:
26
25
version: latest
27
run_install: |
28
args: [--frozen-lockfile, --strict-peer-dependencies]
29
- - run: pnpm lint
30
- run: pnpx zardoy-release vscode-extension
31
env:
32
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
media/change-kind.png
7.53 KB
0 commit comments