Skip to content

Commit

Permalink
ENG-125: Added linters job to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ibexa-yuna authored May 24, 2024
1 parent a340f40 commit e74dd7b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@ jobs:
- name: Run code style check
run: composer run-script check-cs -- --format=checkstyle | cs2pr

linters:
name: Run linters
runs-on: "ubuntu-22.04"
strategy:
matrix:
php:
- '8.3'
steps:
- uses: actions/checkout@v4

- uses: ibiqlik/action-yamllint@v3

tests:
name: Tests
runs-on: "ubuntu-22.04"
Expand Down

0 comments on commit e74dd7b

Please sign in to comment.