Skip to content

Used composer token in actions #123

Used composer token in actions

Used composer token in actions #123

Workflow file for this run

name: Project
env:
COMPOSE_USER: root
on:
pull_request:
push:
branches:
- main
- develop
jobs:
code-analysis:
name: PHP - Code analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: |
./scripts/code-analysis
rector:
name: PHP - Rector
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: |
./scripts/rector