Skip to content

Commit

Permalink
fixes #13: Closed statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsqd committed Jul 31, 2024
1 parent f73c1cf commit 721bd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-feature-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
path: /tmp/composer-cache
# This project doesn't commit composer.lock, use composer.lock instead if you do.
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 721bd06

Please sign in to comment.