Skip to content

Update dependency eslint-plugin-react to v7.34.4 #608

Update dependency eslint-plugin-react to v7.34.4

Update dependency eslint-plugin-react to v7.34.4 #608

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 🧼 lint renovate config # Validates changes to renovate.json config file
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.0.1
with:
config_file_path: 'renovate.json'
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run lint --if-present
- run: npm run build --if-present
- run: npm test --if-present