Skip to content

feat: add weblate cli #23

feat: add weblate cli

feat: add weblate cli #23

Workflow file for this run

---
name: Build - CLI Tools
on:
push:
branches:
- main
paths:
- 'cli/**'
pull_request:
paths:
- 'cli/**'
permissions:
contents: read
concurrency:
group: cli-tools-ci-${{ github.ref }}-${{ github.event.pull_request.number || 'no-pr' }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
build-cli-tools:
name: Build CLI tools
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout the repo
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 1
- name: Setup Gradle environment
uses: ./.github/actions/setup-gradle
- name: Build CLI tools
run: ./gradlew buildCliTools