mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 00:12:16 +02:00
Make thing checkout thing
This commit is contained in:
parent
1307fa35a8
commit
878c44db0b
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -22,6 +22,8 @@ jobs:
|
|||||||
outputs:
|
outputs:
|
||||||
all: ${{ steps.filter.outputs.all }}
|
all: ${{ steps.filter.outputs.all }}
|
||||||
steps:
|
steps:
|
||||||
|
- name: checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
|
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36
|
||||||
with:
|
with:
|
||||||
filters: .github/test-filters.yml
|
filters: .github/test-filters.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user