Initial commit
This commit is contained in:
9
Java/BowlerStudio/.github/FUNDING.yml
vendored
Normal file
9
Java/BowlerStudio/.github/FUNDING.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# These are supported funding model platforms
|
||||
github: madhephaestus
|
||||
#github: madhephaestus
|
||||
patreon: madhephaestus
|
||||
#community_bridge: BowlerStudio
|
||||
issuehunt: CommonWealthRobotics/BowlerStudio
|
||||
#ko-fi: bowlerstudio
|
||||
liberapay: madhephaestus
|
||||
#open_collective: kevin-harrington
|
||||
10
Java/BowlerStudio/.github/workflows/gradle-wrapper-validation.yml
vendored
Normal file
10
Java/BowlerStudio/.github/workflows/gradle-wrapper-validation.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
name: "Validate Gradle Wrapper"
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
validation:
|
||||
name: "Validation"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: gradle/wrapper-validation-action@v1
|
||||
Reference in New Issue
Block a user