Skip to content

Fix failed testes after the upstream update - db&app isolation were missed #96

Fix failed testes after the upstream update - db&app isolation were missed

Fix failed testes after the upstream update - db&app isolation were missed #96

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 Baseline
uses: mage-os/github-actions/coding-standard-baseline@main
with:
head_repo: ${{github.event.pull_request.head.repo.full_name}}
head_ref: ${{github.event.pull_request.head.ref}}