sub: redecode cached packets on UPDATE_SUB_HARD or UPDATE_SUB_FILT #95
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: lint | |
on: | |
push: | |
branches: | |
- master | |
- ci | |
- 'release/**' | |
pull_request: | |
branches: [master] | |
jobs: | |
commit-msg: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 50 | |
- name: Lint | |
run: | | |
./ci/lint-commit-msg.py |