Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

chore(deps-dev): bump vite from 5.3.5 to 5.3.6 in the npm_and_yarn group across 1 directory #1341

chore(deps-dev): bump vite from 5.3.5 to 5.3.6 in the npm_and_yarn group across 1 directory

chore(deps-dev): bump vite from 5.3.5 to 5.3.6 in the npm_and_yarn group across 1 directory #1341

Workflow file for this run

name: Linting
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
linting:
name: Linting
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: |
set -xe
npm i
- name: Lint
run: |
set -xe
npm run lint