Skip to content

Bump vite in the npm_and_yarn group across 1 directory (#33) #53

Bump vite in the npm_and_yarn group across 1 directory (#33)

Bump vite in the npm_and_yarn group across 1 directory (#33) #53

Workflow file for this run

on:
push:
branches: '**'
workflow_dispatch:
name: lint
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: npm install
if: steps.cache.outputs.cache-hit != 'true'
run: npm ci
- name: EsLint
run: npm run lint