Skip to content

feat: ajout 3244 + 3250 / suppression 240 + 2329 + 2706 + 9103 #360

feat: ajout 3244 + 3250 / suppression 240 + 2329 + 2706 + 9103

feat: ajout 3244 + 3250 / suppression 240 + 2329 + 2706 + 9103 #360

Workflow file for this run

name: Test
on:
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: lts/*
cache: yarn
- name: Installing
run: yarn --frozen-lockfile
- name: Lint
run: yarn test:lint
- name: Tests
run: yarn test