This commit is contained in:
parent
9781fff279
commit
2fa131bc11
@ -5,4 +5,8 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo "Hello!"
|
- name: Check out
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: build
|
||||||
|
run: ./gradlew build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user