Skip to content

Bump eslint-plugin-oxlint from 0.11.1 to 0.15.4 (#291) #147

Bump eslint-plugin-oxlint from 0.11.1 to 0.15.4 (#291)

Bump eslint-plugin-oxlint from 0.11.1 to 0.15.4 (#291) #147

Workflow file for this run

name: Test
on:
push:
branches: [main, dev]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js 22
uses: actions/setup-node@v3
with:
node-version: 22
- name: Install dependencies
run: |
npm install
- name: Run tests
run: |
npm run test