Skip to content

Commit

Permalink
call without inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
MIWdlB committed May 13, 2024
2 parents c1c835d + bfb9069 commit 4bfc882
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
name: Linting

<<<<<<< HEAD
on: [workflow_call]

=======
on:
workflow_call

>>>>>>> bfb9069fff47a4d4f7597e3f0d72a8bc09c4e07d
jobs:
lint:
runs-on: ubuntu-latest
defaults:
continue-on-error: True
steps:
- uses: actions/setup-python@v2
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- opened
- edited
workflow_dispatch

jobs:
build:
runs-on: ubuntu-latest
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
name: Testing

<<<<<<< HEAD
on: [workflow_call]
jobs:
test:
runs-on: ubuntu-latests
=======
on:
workflow_call

jobs:
test:
runs-on: ubuntu-latest
defaults:
continue-on-error: True
>>>>>>> bfb9069fff47a4d4f7597e3f0d72a8bc09c4e07d
steps:
- uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 4bfc882

Please sign in to comment.