Skip to content

[Xamarin.MacDev] Use Stream.ReadExactly instead of Stream.Read when we can. #18

[Xamarin.MacDev] Use Stream.ReadExactly instead of Stream.Read when we can.

[Xamarin.MacDev] Use Stream.ReadExactly instead of Stream.Read when we can. #18

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: 'Autoformat'
uses: rolfbjarne/autoformat@v0.1
with:
projects: "Xamarin.MacDev.sln"