Skip to content

fix(source): Update Kolnovel and Agitoon (#715) #1215

fix(source): Update Kolnovel and Agitoon (#715)

fix(source): Update Kolnovel and Agitoon (#715) #1215

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm i
- name: Run ESLint
run: npm run lint