Skip to content

Commit

Permalink
revert types and checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
SandervdHulst committed Nov 15, 2023
1 parent df49028 commit 10313cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: CheckStyleAndLint

on:
pull_request:
types: [opened, synchronize, reopened]
paths:
- "src/**.php"
- "example/**.php"
Expand All @@ -19,7 +18,7 @@ jobs:
name: PHP ${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
with:
fetch-depth: 0

Expand Down

0 comments on commit 10313cc

Please sign in to comment.