Skip to content

Merge branch 'main' into dependabot/npm_and_yarn/eslint-8.54.0 #72

Merge branch 'main' into dependabot/npm_and_yarn/eslint-8.54.0

Merge branch 'main' into dependabot/npm_and_yarn/eslint-8.54.0 #72

Workflow file for this run

name: CI
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
- name: npm install
run: npm install
- name: Run eslint & prettier
run: npm run check-all