1
1
mirror of https://github.com/theoludwig/p61-project.git synced 2024-07-06 18:10:12 +02:00

docs: update to use GitHub instead of GitLab

This commit is contained in:
Théo LUDWIG 2024-05-27 18:42:52 +02:00
parent 8029204d44
commit fbbe74a082
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B
3 changed files with 2 additions and 30 deletions

View File

@ -1,28 +0,0 @@
default:
image: "node:20.13.1"
stages:
- "test"
test:
stage: "test"
only:
- "merge_requests"
- "develop"
script:
- "npm clean-install"
- "npm run expo:typed-routes"
- 'echo "${CI_COMMIT_MESSAGE}" | npm run lint:commit'
- "npm run lint:prettier"
- "npm run lint:eslint"
- "npm run lint:typescript"
- "npm run test"
# artifacts:
# paths:
# - "coverage/"
# reports:
# coverage_report:
# coverage_format: "cobertura"
# path: "coverage/cobertura-coverage.xml"
# junit: "junit.xml"
# coverage: '/All files[^|]*\|[^|]*\s+([\d\.]+)/'

View File

@ -45,7 +45,7 @@ Un tracker d'habitudes pour performer au boulot et dans la vie de tous les jours
```sh
# Cloner le projet
git clone git@git.unistra.fr:rrll/p61-project.git
git clone git@github.com:theoludwig/p61-project.git
# Se déplacer dans le répertoire du projet
cd p61-project

View File

@ -19,7 +19,7 @@ npm run test
npm run test -- --u
```
Une pipeline CI ([`.gitlab-ci.yml`](../.gitlab-ci.yml)) est en place pour vérifier que le code respecte ces bonnes pratiques et que les tests passent.
Une pipeline CI est en place pour vérifier que le code respecte ces bonnes pratiques et que les tests passent.
## GitFlow