mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-06 00:59:34 -06:00
Create common-workflow.yml (#309)
* Create common-workflow.yml * Created common workflow * Update android.yaml * update common workflow * Minor Improvements * Removed caching * Added needs support * add logs to see files * Update android.yaml * Bump checkout version * Common workflow changes * minor improvements * Minor improvements
This commit is contained in:
committed by
GitHub
parent
d653533321
commit
78ed9655e0
15
.github/actions/setup/action.yml
vendored
Normal file
15
.github/actions/setup/action.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
name: "Setup Worflow"
|
||||
|
||||
|
||||
jobs:
|
||||
using: "composite"
|
||||
steps:
|
||||
|
||||
- name: 🧱 Set Up JDK
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 11
|
||||
|
||||
- name: Grant Gradlew rights
|
||||
run: chmod +x gradlew
|
||||
Reference in New Issue
Block a user