Fix snap and qt version number to v5.4.0 #642
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: Clang Format | |
on: | |
push: | |
branches: [release] | |
paths-ignore: | |
- 'src/ui/flutter_app/**' | |
pull_request: | |
types: [review_requested, ready_for_review] | |
paths-ignore: | |
- 'src/ui/flutter_app/**' | |
jobs: | |
clang-format-checking: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: RafikFarhad/[email protected] | |
with: | |
sources: "src/**/*.h,src/**/*.cpp" | |
style: file |