Skip to content

precommit: reformat files #265

precommit: reformat files

precommit: reformat files #265

name: Pull request main (backoffice)
on:
pull_request_target:
branches: [main]
paths:
- 'backoffice/**'
- 'docker-compose.yaml'
jobs:
lint:
uses: ./.github/workflows/lint.yml
with:
ref: ${{ github.ref }}
test:
needs: lint
uses: ./.github/workflows/test-backoffice.yml
with:
ref: ${{ github.event.pull_request.head.sha }}
secrets: inherit