nextcloud-android/.github/workflows/detectNewJavaFiles.yml
tobiasKaminsky 7817a3b8d5
Let us no longer create java files
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
Co-authored-by: Álvaro Brey <alvaro.brey@nextcloud.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2022-04-08 10:17:44 +02:00

15 lines
376 B
YAML

name: "Detect new java files"
on:
pull_request:
branches: [ master, stable-* ]
jobs:
detectNewJavaFiles:
runs-on: ubuntu-latest
steps:
- uses: trilom/file-changes-action@v1.2.3
- uses: actions/checkout@v2
- name: Detect new java files
run: scripts/analysis/detectNewJavaFiles.sh