mirror of
https://github.com/ivuorinen/tree-sitter-shellspec.git
synced 2026-01-26 11:43:59 +00:00
fix(ci): checkout before using local actions
This commit is contained in:
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
@@ -16,6 +16,17 @@ concurrency:
|
||||
permissions: read-all
|
||||
|
||||
jobs:
|
||||
checkout:
|
||||
name: Checkout Repository
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 5
|
||||
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
test:
|
||||
name: 🧪 Test Suite
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user