Skip to content

commits for pr

commits for pr #14

Workflow file for this run

name: PR Contains
on:
pull_request:
branches: [main]
env:
PR_NUMBER: ${{ github.event.number }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: setup python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Run PR Contains
run: |
python -u ./scripts/pr_contains.py