Skip to content

Instantly share code, notes, and snippets.

View tyirvine's full-sized avatar
🍄
Probably listening to music ...

Ty Irvine tyirvine

🍄
Probably listening to music ...
View GitHub Profile
@tyirvine
tyirvine / main.yml
Last active January 27, 2021 06:41 — forked from shiena/main.yml
dotnet-format for github actions (on push) - C#
# This workflow ensures all code being pushed to your repo. is formatted
name: Auto-Format
# Controls when the action will run.
on:
push:
branches:
- "**"
# A workflow run is made up of one or more jobs that can run sequentially or in parallel