Skip to content

✨ Add a button to download the displayed notes as JSON (fix … #17

✨ Add a button to download the displayed notes as JSON (fix …

✨ Add a button to download the displayed notes as JSON (fix … #17

Workflow file for this run

name: Lint
on:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Node.js and setup npm cache
uses: ./.github/actions/node-and-npm-cache
- name: Lint
run: |
npm ci
npm run lint