Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Slint Community License #4994

Merged
merged 10 commits into from
Apr 15, 2024
Prev Previous commit
Next Next commit
disable formatters temporarily
  • Loading branch information
aurindam committed Apr 15, 2024
commit 74af4af5ed7e11e6bb18868becd68ec03d00bc1a
12 changes: 6 additions & 6 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ jobs:
run: cargo fmt --
- name: C++ format
run: find -iname \*.h -o -iname \*.cpp | xargs clang-format -i
- name: Suggest format changes
uses: reviewdog/action-suggester@v1
with:
tool_name: formatters
level: error
fail_on_error: false
# - name: Suggest format changes
# uses: reviewdog/action-suggester@v1
# with:
# tool_name: formatters
# level: error
# fail_on_error: false
- name: Check license headers
run: cargo xtask check_license_headers --fix-it
- name: Suggest license header changes
Expand Down