Skip to content

Merge pull request #210 from tidev/release/12_3_0_GA #224

Merge pull request #210 from tidev/release/12_3_0_GA

Merge pull request #210 from tidev/release/12_3_0_GA #224

Workflow file for this run

name: Check CLA
on:
- pull_request
- push
jobs:
check-cla:
runs-on: ubuntu-latest
name: Verify contributor
steps:
- uses: tidev/tidev-cla-action@v1.2.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}