Deps update, initial rename

This commit is contained in:
partisan 2025-04-29 23:54:43 +02:00
parent 2ff2448739
commit 199fd246f2
27 changed files with 121 additions and 88 deletions

View file

@ -1,10 +1,10 @@
name: Android CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# on:
# push:
# branches: [ main ]
# pull_request:
# branches: [ main ]
jobs:
build:

View file

@ -1,5 +1,5 @@
name: "Validate Gradle Wrapper"
on: [push, pull_request]
# on: [push, pull_request]
jobs:
validation:

View file

@ -6,11 +6,11 @@
# https://github.com/github/super-linter
name: Lint Code Base
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# on:
# push:
# branches: [ main ]
# pull_request:
# branches: [ main ]
jobs:
run-lint:
runs-on: ubuntu-latest