Skip to content

ci(gh-action): update gradle action #24

ci(gh-action): update gradle action

ci(gh-action): update gradle action #24

Workflow file for this run

name: build
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: checkout repository
uses: actions/checkout@v4
- uses: ./.github/actions/gradle-build