Skip to content

Commit f102edc

Browse files
committed
(CI): Change workflow
1 parent f413977 commit f102edc

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

.github/actions/bump-version.yml renamed to .github/actions/bump-version/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
on: workflow_call
1+
on:
2+
workflow_call:
23

34
jobs:
45
bump_version:

.github/actions/run-linters.yml renamed to .github/actions/run-linters/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10-
- uses: ./.github/actions/install-dependencies.yml
10+
- uses: ./.github/actions/install-dependencies
1111
- name: Run linters
1212
run: |
1313
cd template

.github/actions/run-tests.yml renamed to .github/actions/run-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
10-
- uses: ./.github/actions/install-dependencies.yml
10+
- uses: ./.github/actions/install-dependencies
1111
- name: Run tests
1212
run: |
1313
cd template

0 commit comments

Comments
 (0)