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

WIP Compine all

WIP Compine all #2

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

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

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-request-main-workflows.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