Skip to content

Commit

Permalink
add actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Nov 11, 2023
1 parent 10418d7 commit c96ea8c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ inputs:
runs:
using: "composite"
steps:
- uses: actions/checkout@v2
- uses: NiklasRosenstein/slap@gha/install/v1
- name: Set up Python ${inputs.python_version}
uses: actions/setup-python@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/install
1 change: 1 addition & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.x" ]
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/install
with:
python_version: ${{ matrix.python-version }}
Expand Down

0 comments on commit c96ea8c

Please sign in to comment.