Run prettier (#78)
Update Major Minor Tags / Make sure major and minor tags are up to date on a patch release (push) Has been cancelled

This commit is contained in:
Kevin Stillhammer
2024-09-16 21:33:16 +02:00
committed by GitHub
parent 6343f7c79b
commit 9f1f1fece2
3 changed files with 10 additions and 10 deletions
+3
View File
@@ -21,6 +21,9 @@ jobs:
npm install
- run: |
npm run all
- name: Make sure no changes from linters are detected
run: |
git diff --exit-code
test-default-version:
runs-on: ${{ matrix.os }}
strategy: