Skip to content

WatchList - Fixed Linter. #364

WatchList - Fixed Linter.

WatchList - Fixed Linter. #364

Workflow file for this run

name: Linter
on:
push:
branches:
- master
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Setup .NET SDK # detected from global.json
uses: actions/[email protected]
- name: Add Problem Matcher for dotnet-format
uses: xt0rted/[email protected]
- name: Lint
run: dotnet format --verify-no-changes --verbosity detailed