Skip to content

Merge pull request #206 from otoyo/update-public-notion-copier #299

Merge pull request #206 from otoyo/update-public-notion-copier

Merge pull request #206 from otoyo/update-public-notion-copier #299

Workflow file for this run

name: Lint
on:
push:
branches:
permissions:
checks: write
contents: write
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Install packages
run: npm install
- name: Run lint
run: npm run lint