Skip to content

Commit

Permalink
ci: Optimize GitHub Actions configurations
Browse files Browse the repository at this point in the history
- Refactor unnecessary configuration in the `php-lint` action workflow
- Update `.github/workflows/lint.yml` to optimize workflow settings
  • Loading branch information
johnnyhuy committed Jul 28, 2024
1 parent 305b688 commit aa9560b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: echohello-dev/actions/php-lint@main
with:
who-to-greet: 'Mona the Octocat'
- uses: echohello-dev/actions/php-lint@main

0 comments on commit aa9560b

Please sign in to comment.