Skip to content

ci(github): add workflow test.yml #2

ci(github): add workflow test.yml

ci(github): add workflow test.yml #2

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci --prefer-offline
- name: Run ESLint
run: npm run lint