Skip to content

feat(binder): add new simplified binder #41

feat(binder): add new simplified binder

feat(binder): add new simplified binder #41

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 .