Skip to content

Bump Xamarin.AndroidX.Leanback from 1.0.0.17 to 1.0.0.19 #366

Bump Xamarin.AndroidX.Leanback from 1.0.0.17 to 1.0.0.19

Bump Xamarin.AndroidX.Leanback from 1.0.0.17 to 1.0.0.19 #366

Workflow file for this run

name: dotnet format
on:
push:
branches:
- develop
- master
- feature/**
- release/**
- hotfix/**
pull_request:
branches:
- master
- develop
jobs:
lint:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet tool restore
- name: Run dotnet format
run: |
dotnet format whitespace --no-restore --verify-no-changes MvvmCross.sln