Skip to content

Commit

Permalink
Checkout code on new workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
LouiseMcMahon committed Jan 29, 2025
1 parent 446214a commit 9be9e1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-vue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
php: [8.4]

steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
php: [8.4]

steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 9be9e1e

Please sign in to comment.