Skip to content

Commit

Permalink
Merge branch '2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Apr 12, 2024
2 parents 786066a + 97732fc commit dc6fc2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/flutter-gen-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,15 @@ jobs:
git status
git checkout generated/KDDockWidgetsBindings/dart/lib/LibraryLoader.dart
env:
DARTAGNAN_CLANG_FORMAT: /usr/bin/clang-format
DARTAGNAN_CLANG_FORMAT: /usr/bin/clang-format-15

- name: Setup git author name
uses: fregante/setup-git-user@v2

- name: Create PR
run: |
rm -rf dartagnan/
find src/flutter/generated/ -name '*.cpp' -o -name '*.h' -exec clang-format-15 -i {} \;
git add .
git commit -m "flutter: regenerate bindings"
git checkout -B flutter/bindings-`git log -1 --pretty=format:"%H"`
Expand Down

0 comments on commit dc6fc2c

Please sign in to comment.