Skip to content

Commit aa9560b

Browse files
committed
ci: Optimize GitHub Actions configurations
- Refactor unnecessary configuration in the `php-lint` action workflow - Update `.github/workflows/lint.yml` to optimize workflow settings
1 parent 305b688 commit aa9560b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/lint.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010

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

0 commit comments

Comments
 (0)