Change CI pipeline trigger and remove jest dependencies from package json, also add sonarcloud badges on readme

This commit is contained in:
RcleydsonR
2023-01-27 20:08:39 -03:00
parent 807bceac26
commit 361b476d15
4 changed files with 222 additions and 1433 deletions

View File

@@ -1,6 +1,10 @@
name: CI script
on: push
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
lint: