Update exts/skins + add TD and MN #332
This file contains hidden or 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
| on: | |
| push: | |
| pull_request: | |
| jobs: | |
| php-lint: | |
| name: "PHPLint v9" | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| - name: Lint PHP files | |
| uses: overtrue/phplint@main | |
| with: | |
| path: . | |
| options: --exclude=vendor |