Skip to content

Commit 67acaf1

Browse files
committed
prettier typescript folder on ci, release a bit faster
add missing media file
1 parent 9a44410 commit 67acaf1

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 30
1313
steps:
1414
- uses: actions/checkout@v2
15-
- run: npx prettier --check src/**
15+
- run: npx prettier --check "{src,typescript}/**/*.ts" --ignore-path .gitignore
1616
- name: Cache pnpm modules
1717
uses: actions/cache@v2
1818
with:

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
- run: npm -v
1414
- run: node -v
1515
- uses: actions/checkout@v2
16-
- run: npx prettier --check src/**
1716
- name: Cache pnpm modules
1817
uses: actions/cache@v2
1918
with:
@@ -26,7 +25,6 @@ jobs:
2625
version: latest
2726
run_install: |
2827
args: [--frozen-lockfile, --strict-peer-dependencies]
29-
- run: pnpm lint
3028
- run: pnpx zardoy-release vscode-extension
3129
env:
3230
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

media/change-kind.png

7.53 KB
Loading

0 commit comments

Comments
 (0)