Skip to content

build(deps-dev): bump eslint-plugin-jsx-a11y from 6.7.1 to 6.9.0 #1102

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

build(deps-dev): bump eslint-plugin-jsx-a11y from 6.7.1 to 6.9.0 #1102

Workflow file for this run

name: ci
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 14.x
- name: Install dependencies
run: npm install
- name: Linting
run: npm run lint
- name: Test
run: npm test
- name: Build
run: npm run build