Skip to content

refactor: minor code improvements #9

refactor: minor code improvements

refactor: minor code improvements #9

Workflow file for this run

name: PR Title
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
semantic_title:
name: Check PR Title
runs-on: ubuntu-latest
steps:
- name: Check PR Title
uses: amannn/action-semantic-pull-request@v5
env:
# I don't like this, but:
# https://github.com/amannn/action-semantic-pull-request/issues/218
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
chore
docs
style
refactor
ci