Skip to content

chore: logo

chore: logo #73

Workflow file for this run

name: lint
on:
- push
- pull_request
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
cache: 'npm'
node-version: '16'
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint