Skip to content

Consider active state for portfolio items and services (65118) #554

Consider active state for portfolio items and services (65118)

Consider active state for portfolio items and services (65118) #554

Workflow file for this run

---
name: 'Lint and test on pull request'
"on":
pull_request:
branches:
- 'master'
paths-ignore:
- 'doc/**'
- '**.md'
jobs:
lint:
uses: ./.github/workflows/reusable-lint.yaml
with:
ref: ${{ github.event.pull_request.head.sha }}
test:
uses: ./.github/workflows/reusable-test.yaml
with:
ref: ${{ github.event.pull_request.head.sha }}
...