From b7cf4f3162890fda02b3b2833d29112b640a7c6c Mon Sep 17 00:00:00 2001 From: Lukas Pieper <30661176+lukaspieper@users.noreply.github.com> Date: Tue, 7 Dec 2021 19:56:34 +0100 Subject: [PATCH] Update continuous.yml --- .github/workflows/continuous.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index 58c2185..997e02c 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -27,3 +27,9 @@ jobs: with: name: APKs path: ${{ github.workspace }}/app/build/outputs/apk/**/debug/*.apk + + fastlane-validate: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - uses: ashutoshgngwr/validate-fastlane-supply-metadata@v1