Skip to content

Clean up README by removing Features and Tech Stack #34

Clean up README by removing Features and Tech Stack

Clean up README by removing Features and Tech Stack #34

Workflow file for this run

name: Dotnet Format Check
on:
push:
branches:
- main
- dev
- feat/**
pull_request:
branches:
- main
- dev
jobs:
call-format:
uses: ITH-Labs/.github/.github/workflows/dotnet-format.yml@main
with:
project_path: "./"
permissions:
contents: read
packages: write