Skip to content

refactor: eslint flat config #52

refactor: eslint flat config

refactor: eslint flat config #52

Workflow file for this run

name: 'Continuous Integration'
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
quality:
name: 'CI: Check quality'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Check typescript
run: npm run compile
- name: Check eslint
run: npm run lint