Skip to content

Merge pull request #219 from tidev/moduleLink #287

Merge pull request #219 from tidev/moduleLink

Merge pull request #219 from tidev/moduleLink #287

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 }}