Skip to content

fix(ecoindex): corrige le nan dans la version definitive #58

fix(ecoindex): corrige le nan dans la version definitive

fix(ecoindex): corrige le nan dans la version definitive #58

Workflow file for this run

name: Build
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Lint
run: |
npm ci
npm run lint
- name: Test
run: |
npm run test