Audit qualité : corrections de bugs, nettoyage, lint 0 erreur, tests #4
@@ -22,6 +22,13 @@ jobs:
|
|||||||
- name: Vérifier les dépendances
|
- name: Vérifier les dépendances
|
||||||
run: yarn install --frozen-lockfile
|
run: yarn install --frozen-lockfile
|
||||||
|
|
||||||
|
- name: Lancer le lint
|
||||||
|
run: yarn lint
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
|
- name: Lancer les tests
|
||||||
|
run: yarn test
|
||||||
|
|
||||||
deploy-beta:
|
deploy-beta:
|
||||||
needs: check
|
needs: check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
@@ -20,6 +20,13 @@ jobs:
|
|||||||
- name: Vérifier les dépendances
|
- name: Vérifier les dépendances
|
||||||
run: yarn install --frozen-lockfile
|
run: yarn install --frozen-lockfile
|
||||||
|
|
||||||
|
- name: Lancer le lint
|
||||||
|
run: yarn lint
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
|
- name: Lancer les tests
|
||||||
|
run: yarn test
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
needs: check
|
needs: check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
@@ -22,6 +22,13 @@ jobs:
|
|||||||
- name: Vérifier les dépendances
|
- name: Vérifier les dépendances
|
||||||
run: yarn install --frozen-lockfile
|
run: yarn install --frozen-lockfile
|
||||||
|
|
||||||
|
- name: Lancer le lint
|
||||||
|
run: yarn lint
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
|
- name: Lancer les tests
|
||||||
|
run: yarn test
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
needs: check
|
needs: check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
+5
-5
@@ -91,11 +91,11 @@
|
|||||||
"error",
|
"error",
|
||||||
{
|
{
|
||||||
"capIsNewExceptions": [
|
"capIsNewExceptions": [
|
||||||
"CredentialsProvider",
|
"GET",
|
||||||
"TwitterProvider",
|
"POST",
|
||||||
"GoogleProvider",
|
"PUT",
|
||||||
"GitHubProvider",
|
"DELETE",
|
||||||
"NextAuth"
|
"PATCH"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user