Skip to content

Commit

Permalink
Create phplint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsgm authored Nov 21, 2024
1 parent 578cd9f commit e2a0604
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/phplint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Building
on:
push:
branches: [ main ]
jobs:
phplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: overtrue/[email protected]
with:
path: .
options: --exclude=*.log

0 comments on commit e2a0604

Please sign in to comment.