Skip to content

doc: update readme and lang docs #57

doc: update readme and lang docs

doc: update readme and lang docs #57

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 .