Skip to content

🌱 Increment internal versions to use release v0.4.3 #142

🌱 Increment internal versions to use release v0.4.3

🌱 Increment internal versions to use release v0.4.3 #142

Workflow file for this run

name: PR Verifier
on:
pull_request_target:
types: [opened, edited, reopened, synchronize]
jobs:
verify:
name: Verify PR contents
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Verifier action
uses: ./.github/actions/verifier
with:
github_token: ${{ secrets.GITHUB_TOKEN }}