Skip to content

Commit

Permalink
execute custom action
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVe committed Dec 13, 2023
1 parent b314dfd commit 8b31e95
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on: [ push ]

jobs:
build:

runs-on: ubuntu-latest

permissions:
checks: write

steps:
- uses: actions/checkout@v3
- name: set up JDK
Expand All @@ -30,3 +32,6 @@ jobs:
with:
name: build-reports
path: ./*/build/reports/*

- name: Publish SpotBugs
uses: ./.github/actions/publish-spotbugs-reports

0 comments on commit 8b31e95

Please sign in to comment.