Skip to content

fix(test): tests fail if dotnet isnt on the path #62

fix(test): tests fail if dotnet isnt on the path

fix(test): tests fail if dotnet isnt on the path #62

Workflow file for this run

name: lint
on:
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
name: lint
steps:
- uses: actions/checkout@v2
- run: |
dotnet tool restore
dotnet csharpier --check .