Skip to content

Lint Dotnet

Lint Dotnet #17

Workflow file for this run

name: Lint Dotnet
on:
workflow_dispatch:
schedule:
- cron: 0 1 * * 1 # At AM10:00 JST on Monday
jobs:
lint:
permissions:
contents: write
pull-requests: write
uses: guitarrapc/actions/.github/workflows/reusable-dotnet-lint.yaml@main
with:
sln-file: "SkiaSharp.QrCode.slnx"