Skip to content

ci: upgrade nuke. disable codecov tool #35

ci: upgrade nuke. disable codecov tool

ci: upgrade nuke. disable codecov tool #35

Workflow file for this run

name: Validate PR
on:
pull_request:
branches: [main]
jobs:
check_formatting:
runs-on: ubuntu-latest
name: Check Formatting
steps:
- uses: actions/checkout@v2
- run: |
dotnet tool restore
dotnet csharpier --check