Skip to content

ci: use github.token instead of secret #12

ci: use github.token instead of secret

ci: use github.token instead of secret #12

Workflow file for this run

name: Lint check
on: push
jobs:
lint-check:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.x
- run: dotnet format --verify-no-changes