mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-04-28 20:39:52 -05:00
2ea5bedae6
* Update README.md * Update action.yml * Update action.yml * Update action.yml * Update action.yml * Update README.md
17 lines
251 B
YAML
17 lines
251 B
YAML
|
|
name: "Setup Worflow"
|
|
|
|
|
|
runs:
|
|
using: "composite"
|
|
steps:
|
|
|
|
- name: 🧱 Set Up JDK
|
|
uses: actions/setup-java@v1
|
|
with:
|
|
java-version: 11
|
|
|
|
- name: "Grant Gradlew rights"
|
|
run: chmod +x gradlew
|
|
shell: bash
|