Skip to content

Bump eslint-plugin-react from 7.34.2 to 7.34.3 #2440

Bump eslint-plugin-react from 7.34.2 to 7.34.3

Bump eslint-plugin-react from 7.34.2 to 7.34.3 #2440

Workflow file for this run

name: Node
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: yarn
- run: yarn build
- run: yarn lint
- run: yarn e2e
automerge:
needs: build
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}