1
0
Fork 0

fix style issues

This commit is contained in:
iTNTPiston 2022-07-06 20:41:48 -07:00
parent 59a329b7bd
commit e364f18988
4 changed files with 4 additions and 10 deletions

View file

@ -31,7 +31,7 @@ jobs:
- name: Setup | Node Install - name: Setup | Node Install
run: npm ci run: npm ci
- name: Lint - name: Lint
run: just lint run: just lint --verbose
- name: Test (WIP) - name: Test (WIP)
run: echo "No tests ran" run: echo "No tests ran"
- name: Build - name: Build

View file

@ -34,14 +34,8 @@ jobs:
- name: Setup | Node Install - name: Setup | Node Install
run: npm ci run: npm ci
- name: Lint - name: Lint
run: just lint run: just lint --verbose
- name: Test (WIP) - name: Test (WIP)
run: echo "No tests ran" run: echo "No tests ran"
- name: Build - name: Build
run: npm run build run: npm run build