Skip to content

Instantly share code, notes, and snippets.

@krzema12
Created November 20, 2022 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krzema12/692a6eee1701607ed4101907fa802f08 to your computer and use it in GitHub Desktop.
Save krzema12/692a6eee1701607ed4101907fa802f08 to your computer and use it in GitHub Desktop.
name: Build
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gradle/gradle-build-action@v2
with:
arguments: build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment