Skip to content

Commit 2032396

Browse files
authored
Update README.md
1 parent d8bf0fb commit 2032396

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ npm start
1616
```
1717

1818
### Linter
19+
Le linter est déclenché sur chaque PR
1920
```
2021
npx eslint . --config .eslintrc.js --ext .ts --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif
2122
```
2223

2324
### Deploy
25+
Les déploiements sont automatiques à chaque PR merge sur master
2426
```
2527
ng deploy
2628
```

0 commit comments

Comments
 (0)