Skip to content

Bump eslint-plugin-jsx-a11y from 6.10.0 to 6.10.1 #272

Bump eslint-plugin-jsx-a11y from 6.10.0 to 6.10.1

Bump eslint-plugin-jsx-a11y from 6.10.0 to 6.10.1 #272

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- main
jobs:
test:
runs-on: warp-ubuntu-latest-x64-2x
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Enable Corepack
run: corepack enable
- name: Install
run: yarn
- name: Test configs
run: yarn test
env:
CI: true