Skip to content

build(deps-dev): bump vite from 4.5.0 to 4.5.2 #135

build(deps-dev): bump vite from 4.5.0 to 4.5.2

build(deps-dev): bump vite from 4.5.0 to 4.5.2 #135

Workflow file for this run

name: lint
on:
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run ESLint
run: npm run lint:js
- name: Run Stylelint
run: npm run lint:css