Skip to content

Commit 76b7efd

Browse files
committed
[Fix][Code]Structure update
1 parent b03ba79 commit 76b7efd

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Validate NeuroJson_io Project
33
on:
44
pull_request:
55
branches:
6-
- '*'
6+
- "*"
77

88
jobs:
99
validate:
@@ -16,16 +16,13 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '18'
19+
node-version: "18"
2020

2121
- name: Install dependencies
2222
run: yarn install
2323

2424
- name: Compile TypeScript
2525
run: yarn build
2626

27-
- name: Run Linter
28-
run: yarn lint
29-
3027
- name: Run Security Audit
3128
run: yarn audit --level moderate

0 commit comments

Comments
 (0)