Skip to content

V4 - theme refactoring, documentation and code improvment #54

V4 - theme refactoring, documentation and code improvment

V4 - theme refactoring, documentation and code improvment #54

name: CI - Develop/Next/Main
on:
pull_request:
branches: [ develop, next, main ]
paths:
- template/**/*
jobs:
run_lint:
uses: ./.github/workflows/w-run-linters.yml
run_test:
if: ${{ success() }}
uses: ./.github/workflows/w-run-tests.yml
needs: [ run_lint ]