mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 05:35:39 +03:00
3ab5f6ea0a
Bumps [trilom/file-changes-action](https://github.com/trilom/file-changes-action) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/trilom/file-changes-action/releases) - [Changelog](https://github.com/trilom/file-changes-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/trilom/file-changes-action/compare/v1.2.3...v1.2.4) --- updated-dependencies: - dependency-name: trilom/file-changes-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
15 lines
376 B
YAML
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.4
|
|
- uses: actions/checkout@v2
|
|
- name: Detect new java files
|
|
run: scripts/analysis/detectNewJavaFiles.sh
|