Skip to content

fix: fix azul file download component (#196) #122

fix: fix azul file download component (#196)

fix: fix azul file download component (#196) #122

Workflow file for this run

name: Run checks
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "20.10.0"
- run: |
npm ci
npm run check-format
npm run lint
npm run test
npm run test-compile
install-without-lock:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "20.10.0"
- run: |
rm package-lock.json
npm install
npm run test-compile