mirror of
https://github.com/valitydev/pstds-proto.git
synced 2024-11-06 09:05:24 +00:00
c56c6fb43a
* 🔄 Synced local '.github/workflows/basic-linters.yml' with remote 'workflows/base/basic-linters.yml' * 🔄 Created local '.github/settings.yml' from remote '.github/settings.yml' * 🔄 Synced local '.github/workflows/' with remote 'workflows/proto/'
11 lines
158 B
YAML
11 lines
158 B
YAML
name: Java build
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- "*"
|
|
|
|
jobs:
|
|
build:
|
|
uses: valitydev/java-workflow/.github/workflows/maven-thrift-build.yml@v1
|