Skip to content

[apidiff] Update reference/stable versions to .NET 10 / Xcode 26.2. #16979

[apidiff] Update reference/stable versions to .NET 10 / Xcode 26.2.

[apidiff] Update reference/stable versions to .NET 10 / Xcode 26.2. #16979

Workflow file for this run

name: Autoformat code
on: pull_request
# This action only need a single permission in order to autoformat the code.
permissions:
contents: read
jobs:
autoformat-code:
name: Autoformat code
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v6
with:
fetch-depth: 0
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.sha }}
- name: 'Install .NET'
uses: actions/setup-dotnet@v5
with:
global-json-file: ./global.json
- name: 'Autoformat'
uses: rolfbjarne/autoformat@v0.6
with:
script: ./tools/autoformat.sh
git_user_email: 'github-actions-autoformatter@xamarin.com'
git_user_name: 'GitHub Actions Autoformatter'
checkoutSource: false