Skip to content

Commit

Permalink
ci: importe android ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudMabrok authored Oct 26, 2024
1 parent e4756ab commit 586078c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 29 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/android ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Android CI

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 17
distribution: temurin

- name: lint
run: ./gradlew ktlint

- name: code quality with deteckt
run: ./gradlw deteckt

- name: test
run: ./gradlw test

29 changes: 0 additions & 29 deletions .github/workflows/prepare.yml

This file was deleted.

0 comments on commit 586078c

Please sign in to comment.