Skip to content

Commit

Permalink
chsarpier in command line
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianSauer committed Jan 25, 2024
1 parent b8bec86 commit 3942db4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
$schema: https://json.schemastore.org/github-workflow.json
name: dotnet package

on: [push]

jobs:
check_formatting:
runs-on: ubuntu-latest
name: Check Formatting
steps:
- uses: actions/checkout@v2
- run: |
dotnet tool restore
dotnet csharpier --check .
build:
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions AutomaticInterface/AutomaticInterface.sln
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{96FEC8F8-B0D8-41C9-B9C4-6D1B221D6128}"
ProjectSection(SolutionItems) = preProject
Directory.Build.targets = Directory.Build.targets
..\.github\workflows\action.yml = ..\.github\workflows\action.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestNuget", "TestNuget\TestNuget.csproj", "{E7CF6623-54D8-4A40-A1B1-CE078551EFE1}"
Expand Down

0 comments on commit 3942db4

Please sign in to comment.