Skip to content

modify count token to send a full request #301

modify count token to send a full request

modify count token to send a full request #301

Workflow file for this run

name: Check licensing
on: pull_request
jobs:
check-licensing:
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v3.5.3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: temurin
cache: gradle
- name: Run license validator
run: |
./gradlew validateLicense --no-daemon