mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Moved checkout step back to workflow
This commit is contained in:
parent
9075d68b7c
commit
fe4ced2709
2 changed files with 1 additions and 2 deletions
2
.github/actions/ci-setup/action.yml
vendored
2
.github/actions/ci-setup/action.yml
vendored
|
@ -18,8 +18,6 @@ inputs:
|
|||
runs:
|
||||
uses: composite
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
- name: Setup cache environment
|
||||
id: extcache
|
||||
uses: shivammathur/cache-extensions@v1
|
||||
|
|
1
.github/workflows/ci-mutation-tests.yml
vendored
1
.github/workflows/ci-mutation-tests.yml
vendored
|
@ -17,6 +17,7 @@ jobs:
|
|||
env:
|
||||
extensions: openswoole-4.11.1
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup
|
||||
uses: './.github/actions/ci-setup'
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue