Skip to content

Merge pull request #272 from codex-team/delete-note-history-on-note-d… #796

Merge pull request #272 from codex-team/delete-note-history-on-note-d…

Merge pull request #272 from codex-team/delete-note-history-on-note-d… #796

name: ESLint
on:
push:
branches:
- 'main'
tags:
- 'v*'
pull_request:
types: [opened, synchronize, reopened]
jobs:
eslint:
name: Run eslint check
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Install dependencies
run: |
yarn install
- name: Run ESLint
run: yarn lint