Skip to content

chore(deps-dev): bump eslint-plugin-react from 7.34.4 to 7.36.1 #43

chore(deps-dev): bump eslint-plugin-react from 7.34.4 to 7.36.1

chore(deps-dev): bump eslint-plugin-react from 7.34.4 to 7.36.1 #43

Workflow file for this run

name: Pull on Main
env:
context: './'
cache-name: cache-release
node-version: 20.x
on:
pull_request:
branches:
- main
jobs:
build:
uses: micro-lc/post-channel/.github/workflows/build.yml@main
checks:
needs:
- build
uses: micro-lc/post-channel/.github/workflows/checks.yml@main
unit-tests:
needs:
- build
uses: micro-lc/post-channel/.github/workflows/unit-tests.yml@main
e2e-tests:
needs:
- build
uses: micro-lc/post-channel/.github/workflows/e2e-tests.yml@main