Skip to content

feat: add sinusoidal generator and receptor_type attr #9

feat: add sinusoidal generator and receptor_type attr

feat: add sinusoidal generator and receptor_type attr #9

Workflow file for this run

name: Validate Pull Request
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
isort:
if: github.event.pull_request.head.repo.full_name != github.repository
uses: ./.github/workflows/isort.yml
black:
if: github.event.pull_request.head.repo.full_name != github.repository
uses: ./.github/workflows/black.yml
build:
if: github.event.pull_request.head.repo.full_name != github.repository
uses: ./.github/workflows/build.yml
validate-pr-title:
runs-on: ubuntu-latest
steps:
- name: PR Conventional Commit Validation
uses: ytanikin/[email protected]
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","revert"]'