Merge pull request #1199 from nextcloud/repo-sync/android-config/master #1834
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Detect snapshot" | |
on: | |
pull_request: | |
branches: [ master, stable-* ] | |
push: | |
branches: [ master, stable-* ] | |
# Declare default permissions as read only. | |
permissions: read-all | |
jobs: | |
detekt: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 | |
- name: Detect SNAPSHOT | |
run: scripts/analysis/detectSNAPSHOT.sh |