Skip to content

Commit c4b73e5

Browse files
committed
Naming convention
1 parent ca3ec3f commit c4b73e5

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.github/workflows/ContinuousIntegration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
- name: Fetch sources
1313
uses: actions/checkout@v5
1414
- name: Install dependencies
15-
run: ./invoke.ps1 Install
15+
run: ./Invoke.ps1 Install
1616
- name: Run tests
17-
run: ./invoke.ps1 Test
17+
run: ./Invoke.ps1 Test
1818
invoke:
1919
needs: test
2020
runs-on: ${{matrix.platform}}
File renamed without changes.
File renamed without changes.

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
steps:
2222
- run: Add-Content $Env:GITHUB_PATH ${{github.action_path}}
2323
shell: pwsh
24-
- run: start.ps1
24+
- run: Start.ps1
2525
shell: pwsh
2626
env:
2727
SETUP_ANT_OPTIONAL_TASKS: ${{inputs.optional-tasks}}

0 commit comments

Comments
 (0)