Skip to content

refactor: move tseslint import in eslint.config.mjs #522

refactor: move tseslint import in eslint.config.mjs

refactor: move tseslint import in eslint.config.mjs #522

Workflow file for this run

name: test
on:
push:
branches:
- "**"
jobs:
test:
runs-on: ubuntu-latest
env:
CI: true
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install node
uses: actions/setup-node@v4
with:
cache: "npm"
- name: Install dependencies
run: npm i
- name: Run tests
run: npm run test