Skip to content

Commit 1bbf550

Browse files
committed
ci(reuseable): removed deliberate error
1 parent 22c1766 commit 1bbf550

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/reuseable-ci-checks.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -129,18 +129,7 @@ jobs:
129129
- uses: wagoid/commitlint-github-action@v5
130130
with:
131131
configFile: .commitlintrc.json
132-
133-
- name: Setup .NET SDK (required for build command) qqqq remove me
134-
uses: actions/setup-dotnet@v4
135-
with:
136-
dotnet-version: '8.0.407'
137-
138-
139-
- name: Force Failure for testing script qqqq remove me
140-
run: dotnet build NonExistentProject.csproj
141-
142-
143-
132+
144133

145134
Unit-Tests:
146135
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)