Skip to content

chore(deps-dev): bump eslint-plugin-jsx-a11y from 6.8.0 to 6.9.0 #168

chore(deps-dev): bump eslint-plugin-jsx-a11y from 6.8.0 to 6.9.0

chore(deps-dev): bump eslint-plugin-jsx-a11y from 6.8.0 to 6.9.0 #168

Workflow file for this run

name: Test CI
on: push
permissions:
contents: write # to fetch code (actions/checkout)
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3 # v3
- name: Install dependencies
run: yarn install --immutable
- name: Build workspaces
run: yarn build
- name: Run Test
run: yarn test:coverage
- name: Upload coverage
uses: actions/upload-artifact@v2
with:
name: coverage
path: coverage/
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: drl990114/rme