chore: Gitea Action
All checks were successful
Check master code / build (push) Successful in 7m51s
Create tag / build (push) Successful in 8m15s
Create tag / createTagAndChangelog (push) Successful in 46s
Create tag / release (push) Successful in 6m27s

This commit is contained in:
aminecmi
2024-11-23 15:19:29 +01:00
parent b81abe384a
commit 5b9b51c02d
6 changed files with 117 additions and 86 deletions

View File

@@ -1,4 +1,4 @@
name: Push/PR Steps
name: Check PR code
on:
pull_request:
branches:
@@ -21,4 +21,6 @@ jobs:
- name: Linting...
run: ktlint 'shared/**/*.kt' 'androidApp/**/*.kt' '!shared/build' || true
- name: Detecting...
run: ./detekt-cli-1.23.1/bin/detekt-cli --all-rules --excludes '**/shared/build/**/*.kt' || true
run: ./detekt-cli-1.23.1/bin/detekt-cli --all-rules --excludes '**/shared/build/**/*.kt' || true
build:
uses: ./.gitea/workflows/common_build.yml