Skip to content

Bump eslint-plugin-react from 7.34.3 to 7.34.4 #24

Bump eslint-plugin-react from 7.34.3 to 7.34.4

Bump eslint-plugin-react from 7.34.3 to 7.34.4 #24

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: npm run lint
stylelint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: npm run lint:css
vite:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: npm run build