Skip to content

add ESLint Stylistic #180

add ESLint Stylistic

add ESLint Stylistic #180

Workflow file for this run

name: CI
on: [pull_request, push]
jobs:
Awesome_Lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: npm ci
- run: npm test