chore(lint): Clean up and linting

This commit is contained in:
2023-07-06 01:35:13 +03:00
parent f642289650
commit add42bc2a3
7 changed files with 77 additions and 46 deletions

View File

@@ -2,9 +2,9 @@ name: NPM Install and build
on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]
jobs:
build:
@@ -13,16 +13,16 @@ jobs:
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
npm install
npm run build
- name: Build
run: |
npm install
npm run build