repo.or.cz
/
SquirrelJME.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
A blank base for heavier AWT components that would be needed by applets in the future...
[SquirrelJME.git]
/
.github
/
workflows
/
validate-gradle-wrapper.yaml
blob
405a2b3065920c697e7f63a9073dfb771d4ef388
1
name: "Validate Gradle Wrapper"
2
on: [push, pull_request]
3
4
jobs:
5
validation:
6
name: "Validation"
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v2
10
- uses: gradle/wrapper-validation-action@v1