Skip to content

Commit db5d351

Browse files
committed
Naming convention
1 parent 58922c2 commit db5d351

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
@@ -17,7 +17,7 @@ runs:
1717
steps:
1818
- run: Add-Content $Env:GITHUB_PATH ${{github.action_path}}
1919
shell: pwsh
20-
- run: start.ps1
20+
- run: Start.ps1
2121
shell: pwsh
2222
env:
2323
SETUP_HASHLINK_VERSION: ${{inputs.version}}

0 commit comments

Comments
 (0)