Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

WIP Compine all (#55) #3

WIP Compine all (#55)

WIP Compine all (#55) #3

name: Pull request main
on:
pull_request_target:
branches: [main]
paths:
- 'backoffice/**'
jobs:
lint:
uses: ./.github/workflows/lint.yml
with:
ref: ${{ github.ref }}
test:
uses: ./.github/workflows/backoffice/test.yml

Check failure on line 15 in .github/workflows/pull-request-main-backoffice.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-request-main-backoffice.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
with:
ref: ${{ github.event.pull_request.head.sha }}
secrets: inherit