Skip to content

[FEATURE] Add CSS Variables #62

[FEATURE] Add CSS Variables

[FEATURE] Add CSS Variables #62

Workflow file for this run

name: 'Workflows'
on:
workflow_dispatch:
pull_request:
branches:
- main
- develop
push:
branches:
- main
- develop
jobs:
coding-standards:
name: 'Coding Standards'
uses: ./.github/workflows/phpcs.yml
secrets:
COMPOSER_ENV: ${{ secrets.COMPOSER_ENV }}
linting:
name: 'Linting'
uses: ./.github/workflows/linting.yml
phpstan:
name: 'Static Analysis'
needs: [coding-standards, linting]
uses: ./.github/workflows/static-analysis.yml
secrets:
COMPOSER_ENV: ${{ secrets.COMPOSER_ENV }}