Name checkout GitHub action

This commit is contained in:
Leilukin 2024-05-30 01:02:43 +08:00 committed by Helen Chong
parent 787b3251b0
commit a585c1dec2

View File

@ -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