Skip to content

Static tests for the extension via Github Actions #1

Static tests for the extension via Github Actions

Static tests for the extension via Github Actions #1

Workflow file for this run

name: Static Tests
on: [push]
jobs:
coding-standards:
name: Coding Standards
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: extdn/github-actions-m2/magento-coding-standard/8.1@master