Skip to content

fix: added ON CONFLICT DO UPDATE #490

fix: added ON CONFLICT DO UPDATE

fix: added ON CONFLICT DO UPDATE #490

Workflow file for this run

name: Lint
on: [push]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- name: Setup Node
run: npm install
- name: Run ESLint
run: npm run action:lint