Skip to content

Commit

Permalink
Merge pull request #35 from Tjitse-E/feature/activate-baseline-phpcs
Browse files Browse the repository at this point in the history
CI: Add phpcs baseline workflow and remove standard phpcs workflow
  • Loading branch information
sprankhub authored Sep 18, 2023
2 parents 3ffbbd2 + 894356d commit 85155c0
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
name: Coding Standard

name: Coding Standard With Baseline
on:
pull_request:
branches:
- 2.4-develop

permissions:
contents: read

jobs:
coding-standard:
runs-on: ubuntu-latest
steps:
- name: Run Coding Standard
uses: mage-os/github-actions/coding-standard@main
- name: Run Coding Standard Baseline
uses: mage-os/github-actions/coding-standard-baseline@main

0 comments on commit 85155c0

Please sign in to comment.