Skip to content

Commit

Permalink
Static tests for the extension via Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
elevinskii committed Mar 5, 2024
1 parent d6655bf commit 140ef37
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Coding Standards
on: [push]

jobs:
static:
name: Coding Standards
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: extdn/github-actions-m2/magento-coding-standard/8.1@master

0 comments on commit 140ef37

Please sign in to comment.