Skip to content

fix(no-ref): index.html #99

fix(no-ref): index.html

fix(no-ref): index.html #99

Workflow file for this run

name: build and quality
on:
push:
branches:
- develop
pull_request:
branches:
- develop
env:
snyk_token: ${{ secrets.SNYK_TOKEN }}
jobs:
quality-check:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Check quality
run: |
npm ci --force
git submodule update --init --recursive --remote
bash .github/workflows/scripts/quality.sh