fix(hci): update hci socket to v1.4.1 and cleanups #5
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: "Commit message validation on pull request" | |
on: pull_request | |
jobs: | |
commit-message-validation: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Commit message validation | |
uses: lumapps/commit-message-validator@master | |
with: | |
no_jira: true | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |