Update continuous.yml
This commit is contained in:
parent
11f95be65a
commit
b29315c3c6
1 changed files with 0 additions and 4 deletions
4
.github/workflows/continuous.yml
vendored
4
.github/workflows/continuous.yml
vendored
|
|
@ -3,12 +3,8 @@ name: continuous
|
|||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
validate:
|
||||
uses: lukaspieper/android-actions/.github/workflows/validate-gradlew.yml@main
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
needs: validate
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue