Skip to content

Commit b3314ad

Browse files
committed
chore : change build.yml
1 parent c064040 commit b3314ad

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

.github/workflows/build.yml

-21
Original file line numberDiff line numberDiff line change
@@ -48,24 +48,3 @@ jobs:
4848

4949
- name: VSCE Packge
5050
run: npx vsce package
51-
52-
darwin:
53-
name: macOS
54-
runs-on: macos-latest
55-
timeout-minutes: 30
56-
steps:
57-
- uses: actions/checkout@v2
58-
59-
- name: Setup Node.js environment
60-
uses: actions/setup-node@v2
61-
with:
62-
node-version: 14
63-
64-
- name: Install Node.js modules
65-
run: npm install
66-
67-
- name: Lint
68-
run: npm run lint
69-
70-
- name: VSCE Packge
71-
run: npx vsce package

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"editor.formatOnSave": true,
2+
"editor.formatOnSave": false,
33
"editor.insertSpaces": true,
44
"editor.tabSize": 4,
55
"files.insertFinalNewline": true,

0 commit comments

Comments
 (0)