Skip to content

Commit 539f95b

Browse files
committed
use shared action
1 parent ddb51a7 commit 539f95b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Static Analysis
2323
run: flutter analyze
2424

25+
- name: Setup Clang
26+
uses: OneSignal/sdk-actions/.github/actions/setup-clang@main
27+
2528
- name: Check formatting (dart,java,c)
2629
run: dart run rps format-check
2730

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apply plugin: 'com.diffplug.spotless'
1818
spotless {
1919
java {
2020
target 'android/**/*.java', 'example/android/app/**/*.java'
21-
targetExclude '**/build/**'
21+
targetExclude '**/build/**', '**/GeneratedPluginRegistrant.java'
2222
palantirJavaFormat('2.28.0')
2323
removeUnusedImports()
2424
trimTrailingWhitespace()

0 commit comments

Comments
 (0)