feat: tools normalized

This commit is contained in:
Ibrahima G. Coulibaly
2024-06-22 22:06:16 +01:00
parent 17ba68be34
commit 23f50ffead
36 changed files with 2625 additions and 1045 deletions

View File

@@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- main # or the branch you want to trigger the workflow on
- main # or the branch you want to trigger the workflow on
pull_request:
branches:
- main
@@ -19,7 +19,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18' # Specify the Node.js version you want to use
node-version: '18' # Specify the Node.js version you want to use
- name: Install dependencies
run: npm install
@@ -42,4 +42,3 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
timeout-minutes: 1