Skip to content

Bump CommunityToolkit.Maui and Microsoft.Maui.Controls #299

Bump CommunityToolkit.Maui and Microsoft.Maui.Controls

Bump CommunityToolkit.Maui and Microsoft.Maui.Controls #299

# Based on https://github.com/dotnet/maui/blob/main/.github/workflows/dotnet-autoformat-pr.yml
name: PR code format check
on: pull_request
# This action only need a single permission in order to autoformat the code.
permissions:
contents: read
jobs:
autoformat-code:
name: code format check
runs-on: ubuntu-latest
steps:
- name: 'Autoformat'
uses: rolfbjarne/autoformat@v0.5
with:
script: 'dotnet format src/SharedMauiCoreLibrary.sln --no-restore'
onlyFilesModifiedInPullRequest: true
git_commit_message: 'Auto-format source code'