Skip to content

Bump eslint-plugin-react from 7.37.1 to 7.37.2 #116

Bump eslint-plugin-react from 7.37.1 to 7.37.2

Bump eslint-plugin-react from 7.37.1 to 7.37.2 #116

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