Skip to content

Commit

Permalink
[BRE-372] - Clean up document start (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeebru authored Oct 21, 2024
1 parent 2a3ca61 commit da4dae7
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 15 deletions.
1 change: 0 additions & 1 deletion .github/workflows/_version.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: _version
run-name: Calculate Version

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/lint-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
---

name: CI-Lint

on:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-download-artifacts.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Test Download Artifacts Action

on:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-lint-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Test Lint Workflow Action

on:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/test-release-version-check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Test Version Check Action

on:
Expand Down Expand Up @@ -103,12 +102,12 @@ jobs:
}
assert "${{ needs.test-version-check.outputs.ts-semver-success-status }}" "success" "Test TS SemVer Success"
assert "${{ needs.test-version-check.outputs.ts-semver-fail-status }}" "fail" "Test TS SemVer Fail"
assert "${{ needs.test-version-check.outputs.ts-semver-fail-status }}" "fail" "Test TS SemVer Fail"
assert "${{ needs.test-version-check.outputs.ts-calver-success-status }}" "success" "Test TS CalVer Success"
assert "${{ needs.test-version-check.outputs.ts-calver-fail-status }}" "fail" "Test TS CalVer Fail"
assert "${{ needs.test-version-check.outputs.dotnet-calver-success-status }}" "success" "Test .NET CalVer Success"
assert "${{ needs.test-version-check.outputs.dotnet-calver-success-status }}" "success" "Test .NET CalVer Success"
assert "${{ needs.test-version-check.outputs.dotnet-calver-fail-status }}" "fail" "Test .NET CalVer Fail"
assert "${{ needs.test-version-check.outputs.xamarin-calver-success-status }}" "success" "Test Xamarin CalVer Success"
assert "${{ needs.test-version-check.outputs.xamarin-calver-success-status }}" "success" "Test Xamarin CalVer Success"
assert "${{ needs.test-version-check.outputs.xamarin-calver-fail-status }}" "fail" "Test CalVer Fail"
if [[ "${test_outputs[@]}" =~ "fail" ]]; then
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Test report-deployment-status-to-slack
on:
pull_request:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-report-upcoming-release-version.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Test report-upcoming release version to Slack
on:
pull_request:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-version-bump.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
---

name: Test Version Bump Action

on:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/upload-test-artifacts.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Upload Test Artifacts

on:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/workflow-linter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Lint workflow

on:
Expand Down

0 comments on commit da4dae7

Please sign in to comment.