Skip to content

build(deps): bump eslint-plugin-jsx-a11y from 6.9.0 to 6.10.2 #103

build(deps): bump eslint-plugin-jsx-a11y from 6.9.0 to 6.10.2

build(deps): bump eslint-plugin-jsx-a11y from 6.9.0 to 6.10.2 #103

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: write
pull-requests: write
name: CI
jobs:
ci:
name: Lint & Test
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Set up Node environment
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Enable Corepack
run: corepack enable
- name: Install Dependencies
run: yarn install --immutable
- name: Run Tests
run: yarn test
- name: Run Lint
run: yarn lint