Skip to content

Calculate absencetime based on selected department (65199) #553

Calculate absencetime based on selected department (65199)

Calculate absencetime based on selected department (65199) #553

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 }}
...