Skip to content

[wip] Add dvcs github check #5

[wip] Add dvcs github check

[wip] Add dvcs github check #5

Workflow file for this run

on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
dvcs_pr_checker:
runs-on: ubuntu-latest
name: Check the PR for DVCS integration
steps:
- id: foo
uses: ansible/dvcs-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}