Skip to content

style: standardize list item markers from asterisks to hyphens in REA… #22

style: standardize list item markers from asterisks to hyphens in REA…

style: standardize list item markers from asterisks to hyphens in REA… #22

Workflow file for this run

name: "Architecture Guard"
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: "10.0.x"
- name: Restore tools
run: dotnet tool restore
- name: Build Architecture Tests
run: dotnet build src/TicketsPlease.slnx
- name: Run Architecture Checks
run: dotnet test src/TicketsPlease.slnx --filter FullyQualifiedName~ArchitectureTests