Skip to content

Commit

Permalink
Added jobs to coding-standard.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaahed committed Dec 22, 2023
1 parent 62b558a commit 0458f68
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/coding-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,15 @@ name: Coding Standard
on: [ push, pull_request ]

jobs:
coding-standard:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
path: ${{ github.workspace }}/src

- uses: Tjitse-E/github-actions/coding-standard@feature/custom-phpcs-standards
with:
path: ${{ github.workspace }}/src
coding_standard: VendicMagento2
custom_coding_standard_repo: vendic/magento-coding-standard

0 comments on commit 0458f68

Please sign in to comment.