Skip to content

Update index.rst to include static method example #60

Update index.rst to include static method example

Update index.rst to include static method example #60

Workflow file for this run

name: Check Base Branch
on:
pull_request:
types: [opened]
branches:
- stable
jobs:
check-base-branch:
runs-on: ubuntu-latest
steps:
- name: Base Branch
run: |
echo "::error ::Base branch of PR is stable. It should be main. Please retarget the base branch of the PR."
exit 1