Skip to content

Commit

Permalink
ci: add/update check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wetransformer committed Aug 15, 2024
1 parent 2c5f454 commit e667ca2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/tf-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
#
# PLEASE NOTE: Managed workflow - do not change manually
#
name: Check

on:
pull_request:
branches:
- master

jobs:
check:
uses: wetransform/gha-workflows/.github/workflows/gradle-library-check.yml@2c69afaa675dfca01d1bb1acb6150187f0dad05a # v2.3.0
with:
java-version: 17
multi-module: false
secrets:
WETF_ARTIFACTORY_USER: ${{ secrets.WETF_ARTIFACTORY_USER }}
WETF_ARTIFACTORY_PASSWORD: ${{ secrets.WETF_ARTIFACTORY_PASSWORD }}

0 comments on commit e667ca2

Please sign in to comment.