Skip to content

Commit

Permalink
Adding builds for main and some reusable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
trent-codecov committed Oct 5, 2023
1 parent 987d08a commit dfcd9f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/push_flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Install dependencies
Expand All @@ -26,6 +26,9 @@ jobs:
codecov-startup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-python@v3
- name: Install CLI
run: |
Expand Down

0 comments on commit dfcd9f6

Please sign in to comment.