Skip to content

Commit

Permalink
Update linter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
2002Bishwajeet authored Jul 17, 2023
1 parent 350a73f commit 79f1a55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Linter"

on: [push, pull_request]
on: [pull_request]

jobs:
lint:
Expand All @@ -18,4 +18,4 @@ jobs:
- name: Run Linter
run: |
docker run --rm -v $PWD:/app composer sh -c \
"composer install --profile --ignore-platform-reqs && composer lint"
"composer install --profile --ignore-platform-reqs && composer lint"

0 comments on commit 79f1a55

Please sign in to comment.