Skip to content

Commit

Permalink
ci(lint): sync workflow with current standard
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Sep 4, 2024
1 parent ea1c1e9 commit 6994c2d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@ name: Lint
on:
push:
branches:
- '**'
- "**"
- "!**dependabot/**"
- "!**release-please--**"
pull_request:
branches:
- '**'
- "**"
- "!**dependabot/**"
- "!**release-please--**"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test:
name: Lint
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.2', '8.1', '8.0', '7.4']
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.12.1
with:
access_token: ${{ github.token }}

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
Expand Down

0 comments on commit 6994c2d

Please sign in to comment.