Skip to content

Use new deploy method #217

Use new deploy method

Use new deploy method #217

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