Skip to content

πŸ› check for smart quotes as punctuation #78

πŸ› check for smart quotes as punctuation

πŸ› check for smart quotes as punctuation #78

Workflow file for this run

name: .NET Core
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Build with dotnet
run: dotnet build --configuration Release