Skip to content

Commit

Permalink
Merge pull request #39 from tuyennn/feature/github-action-m2
Browse files Browse the repository at this point in the history
Run Magento Coding Standard in GitHub Action
  • Loading branch information
tuyennn committed Jul 5, 2023
2 parents 6cafd2f + 03f76ba commit 360b7fd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows /coding-standard.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: ExtDN M2 Coding Standard
on:
push:
branches:
- master
pull_request:

jobs:
static:
name: M2 Coding Standard
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: extdn/github-actions-m2/magento-coding-standard@master

0 comments on commit 360b7fd

Please sign in to comment.