Exit from alive_timeout in case already disabled #192
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: Format check | |
on: | |
push: | |
pull_request: | |
branches: [master] | |
jobs: | |
formatting-check: | |
name: Formatting Check | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Run clang-format style check on src directory | |
uses: jidicula/[email protected] | |
with: | |
clang-format-version: "14" | |
check-path: "src" | |