Update marking things as read or unread to reflect in the bell icon #83
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Linting (Pint) | |
on: | |
workflow_dispatch: | |
push: | |
branches-ignore: | |
- 'dependabot/npm_and_yarn/*' | |
jobs: | |
phplint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 2 | |
- name: "laravel-pint" | |
uses: aglipanci/[email protected] | |
with: | |
preset: laravel | |