Skip to content

Commit 74c63fc

Browse files
Merge pull request #122 from WarehouseFinds/fix/docs_update
Update CI workflow by removing semantic code analysis dependency and refine markdown tables in getting started documentation
2 parents f23fc0a + a701b5f commit 74c63fc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/README_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ If this template saves you time or helps your projects succeed, consider support
5858

5959
---
6060

61-
Built with ❤️ by [{OWNER}](https://github.com/{OWNER})
61+
Built with ❤️ by [{OWNER}](https://github.com/{OWNER})

.github/actions/ps-integration-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
shell: pwsh
1212
run: |
1313
Set-StrictMode -Version Latest
14-
Invoke-Build -Task Invoke-IntegrationTests
14+
Invoke-Build -Task IntegrationTests
1515
1616
- name: Publish Integration Test Results
1717
uses: EnricoMi/publish-unit-test-result-action@27d65e188ec43221b20d26de30f4892fad91df2f #v2.22.0

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393

9494
build:
9595
name: Build
96-
needs: [dependencies, unit-tests, static-code-analysis, code-injection, semantic-code-analysis]
96+
needs: [dependencies, unit-tests, static-code-analysis, code-injection]
9797
runs-on: ubuntu-latest
9898
permissions:
9999
contents: write

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Invoke-PSDepend -Path ./requirements.psd1 -Install -Import -Force
6868
This installs:
6969

7070
| Module | Purpose |
71-
|--------|---------|
71+
| -------- | --------- |
7272
| **InvokeBuild** | Build orchestration |
7373
| **ModuleBuilder** | Module compilation |
7474
| **Pester** | Testing framework |

0 commit comments

Comments
 (0)