Skip to content

Fix de la règle @typescript-eslint/restrict-template-expressions (la … #18

Fix de la règle @typescript-eslint/restrict-template-expressions (la …

Fix de la règle @typescript-eslint/restrict-template-expressions (la … #18

Workflow file for this run

name: Test & Build on branch
on:
push:
branches: '*'
jobs:
build:
name: Build & Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Deps
run: npm ci
- name: Lint
run: npm run lint -- --no-fix
- name: Build
run: npm run build