Skip to content

Merge pull request #1 from codibre/old-schema-support #11

Merge pull request #1 from codibre/old-schema-support

Merge pull request #1 from codibre/old-schema-support #11

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: lint
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
- name: install
run: npm ci
- name: Lint
run: npm run lint