Compare commits

..

2 commits

Author SHA1 Message Date
6645524ea8 Merge remote-tracking branch 'origin/main'
Some checks failed
ci / build (push) Failing after 18s
2025-04-10 11:13:48 +02:00
1d28576912 git stash 2025-04-10 11:13:35 +02:00

View file

@ -43,7 +43,9 @@ jobs:
repository="$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')" repository="$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')"
fullrepo=https://${registry}/${repository}.git fullrepo=https://${registry}/${repository}.git
git init git init
# git pull ${fullrepo} git stash
git pull ${fullrepo}
git stash pop
npm install @angular/cli npm install @angular/cli
npm run lint npm run lint
- name: Update version - name: Update version