Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
munyanezaarmel committed Nov 20, 2024
1 parent dbbb998 commit 9d65318
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:

Check failure on line 23 in .github/workflows/lint.yml

View workflow job for this annotation

GitHub Actions / Run yamllint

23:1 [trailing-spaces] trailing spaces
- name: Install Pint
run: composer global require laravel/pint
working-directory: ./src/backend

Check failure on line 27 in .github/workflows/lint.yml

View workflow job for this annotation

GitHub Actions / Run yamllint

27:1 [trailing-spaces] trailing spaces
- name: Run Pint
run: pint
working-directory: ./src/backend

Check failure on line 31 in .github/workflows/lint.yml

View workflow job for this annotation

GitHub Actions / Run yamllint

31:1 [trailing-spaces] trailing spaces
- name: Commit linted files
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit 9d65318

Please sign in to comment.