We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
uncrustify
1 parent 83f361e commit bea9879Copy full SHA for bea9879
.github/workflows/linters.yml
@@ -0,0 +1,18 @@
1
+name: Fast DDS Linters CI
2
+
3
+on:
4
+ pull_request:
5
+ types: [opened, synchronize]
6
7
+concurrency:
8
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
9
+ cancel-in-progress: true
10
11
+jobs:
12
+ uncrustify:
13
+ name: uncrustify
14
+ runs-on: ubuntu-22.04
15
+ if: ${{ !(github.event_name == 'pull_request') || !contains(github.event.pull_request.labels.*.name, 'conflicts') }}
16
+ steps:
17
+ - name: Run Uncrustify Linter
18
+ uses: eProsima/eProsima-CI/ubuntu/uncrustify@v0
0 commit comments