Skip to content

Deployment pipeline. #6

Deployment pipeline.

Deployment pipeline. #6

name: Build and deploy
on:
push:
branches:
- develop
- main
- feature/dg-98-build-and-configure-pipeline
permissions:
contents: read
packages: write
jobs:
php-lint:
name: PHP Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set env.BRANCH
run: |
echo "BRANCH=$(echo $GITHUB_REF | cut -d'/' -f 3)" >> $GITHUB_ENV
- name: Validation
uses: ./.github/workflows/run-validation.yml