Skip to content

fix: update scuole.yaml #3440

fix: update scuole.yaml

fix: update scuole.yaml #3440

Workflow file for this run

on:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run build:dev
- run: npm run lint