Skip to content

Commit

Permalink
ci: add "workflow_call:" to all linter and test Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Tierney Cyren <hello@bnb.im>
  • Loading branch information
bnb committed Jun 26, 2024
1 parent c2a9691 commit 99bc293
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-aliases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches:
- main
workflow_dispatch:
workflow_call:

jobs:
tests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches:
- main
workflow_dispatch:
workflow_call:

jobs:
tests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-earliest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches:
- main
workflow_dispatch:
workflow_call:

jobs:
tests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-parsefiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches:
- main
workflow_dispatch:
workflow_call:

jobs:
tests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-ranges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches:
- main
workflow_dispatch:
workflow_call:

jobs:
tests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches:
- main
workflow_dispatch:
workflow_call:

jobs:
tests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches:
- main
workflow_dispatch:
workflow_call:

jobs:
tests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- main
workflow_dispatch:
workflow_call:

jobs:
tests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches:
- main
workflow_dispatch:
workflow_call:

jobs:
tests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-earliest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches:
- main
workflow_dispatch:
workflow_call:

jobs:
tests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-parsefiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches:
- main
workflow_dispatch:
workflow_call:

jobs:
tests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-ranges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches:
- main
workflow_dispatch:
workflow_call:

jobs:
tests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches:
- main
workflow_dispatch:
workflow_call:

jobs:
tests:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches:
- main
workflow_dispatch:
workflow_call:

jobs:
tests:
Expand Down

0 comments on commit 99bc293

Please sign in to comment.