Skip to content

Merge pull request #156 from rudnovd/dependabot/npm_and_yarn/vite-5.0.12 #362

Merge pull request #156 from rudnovd/dependabot/npm_and_yarn/vite-5.0.12

Merge pull request #156 from rudnovd/dependabot/npm_and_yarn/vite-5.0.12 #362

Workflow file for this run

name: tests
on:
push:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '16'
- run: npm ci
- run: npm run stylelint
- run: npm run build
- run: npm run test