diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index 2324ecc..d179249 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -19,7 +19,7 @@ jobs: dotnet tool restore - name: Validate code linter with Csharpier run: | - dotnet tool csharpier --check . + dotnet csharpier --check . build: needs: lint runs-on: ubuntu-latest