Skip to content

Bump eslint-plugin-jsx-a11y from 6.7.1 to 6.8.0 #1

Bump eslint-plugin-jsx-a11y from 6.7.1 to 6.8.0

Bump eslint-plugin-jsx-a11y from 6.7.1 to 6.8.0 #1

name: Pull Request Workflow
on: pull_request
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.10.0"
- id: super-cache
uses: mangs/super-cache-action@v3
- if: steps.super-cache.outputs.cache-hit != 'true'
run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.PACKAGES_TOKEN }}
# Task execution
- run: npm run validate:formatting
- run: npm run validate:linting:eslint