Skip to content

Commit

Permalink
chore: fix ci (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuvroroy authored Jan 1, 2024
1 parent 32a4598 commit 6d1f160
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
ref: ${{ github.head_ref }}
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- name: Install dependencies
run: composer install --no-interaction
- name: Run Pint
Expand Down

0 comments on commit 6d1f160

Please sign in to comment.