Skip to content

Merge pull request #23 from rudnovd/dependabot/npm_and_yarn/vite-5.4.6 #121

Merge pull request #23 from rudnovd/dependabot/npm_and_yarn/vite-5.4.6

Merge pull request #23 from rudnovd/dependabot/npm_and_yarn/vite-5.4.6 #121

Workflow file for this run

name: lint
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- run: npm ci --no-fund
- run: npm run lint:all