Skip to content

Feature/nishantb/inttostr #6

Feature/nishantb/inttostr

Feature/nishantb/inttostr #6

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
- name: Restore .NET tools
run: dotnet tool restore
- name: Check formatting with CSharpier
run: |
cd Server/JobLeet.WebApi
dotnet csharpier --check .