fix: let multimeter split analog signals for every cell #25
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Validate Pull Request Name | |
on: | |
pull_request: | |
types: [edited, opened, reopened] | |
jobs: | |
validate-pr-title: | |
# Trigger only for local PR when PR is edited (title, description, etc.) | |
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} | |
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"]' |