Skip to content

fix: Update github lint action #210

fix: Update github lint action

fix: Update github lint action #210

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: pnpm install
- name: Run ESLint
run: eslint .