Name checkout GitHub action
This commit is contained in:
parent
b5fc12d21a
commit
9250161426
|
@ -15,7 +15,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# Set up any tools and build steps here
|
# Set up any tools and build steps here
|
||||||
- name: Set Up Bun
|
- name: Set Up Bun
|
||||||
|
|
Loading…
Reference in New Issue