Skip to content

Commit

Permalink
Merge pull request #369 from eliashaeussler/docs/checkout
Browse files Browse the repository at this point in the history
[DOCS] Add checkout to GitHub Actions example
  • Loading branch information
eliashaeussler authored Jun 3, 2024
2 parents 03c74da + 68666af commit 0767375
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
cache-warmup:
runs-on: ubuntu-latest
steps:
# Checkout is only required when using a config file
# - uses: actions/checkout@v4

- name: Set up environment
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 0767375

Please sign in to comment.