Skip to content

Commit

Permalink
Simplify GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
screenfluent committed Nov 17, 2024
1 parent 6b361a0 commit 8d334c4
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,4 @@ jobs:
run: composer install --prefer-dist --no-progress

- name: Check PHP syntax
run: find . -type f -name '*.php' -print0 | xargs -0 -n1 php -l

notify:
needs: lint
runs-on: ubuntu-latest
steps:
- name: Notify about deployment
if: success()
uses: rtCamp/action-slack-notify@v2
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_MESSAGE: 'Deployment triggered for ${{ github.ref_name }} branch'
run: find . -type f -name '*.php' -print0 | xargs -0 -n1 php -l

0 comments on commit 8d334c4

Please sign in to comment.