Skip to content

Commit

Permalink
build: move steps to template dir
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Jan 5, 2024
1 parent 9e89d3d commit 26dc1ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ jobs:
#if: ${{ github.event_name == 'pull_request'}}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: 'checks'
uses: ./.github/workflows/templates/checks
2 changes: 0 additions & 2 deletions .github/workflows/templates/checks/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: checks
runs:
using: "composite"
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: '3.10'
Expand Down

0 comments on commit 26dc1ac

Please sign in to comment.