Skip to content

Re-enable SPecs for GET case_contacts#leave (#6944) #5055

Re-enable SPecs for GET case_contacts#leave (#6944)

Re-enable SPecs for GET case_contacts#leave (#6944) #5055

Workflow file for this run

name: Yaml Lint
on:
push:
branches:
- main
paths-ignore:
- 'doc/**'
- '**/*.md'
pull_request:
# The branches below must be a subset of the branches above
branches:
- main
paths-ignore:
- 'doc/**'
- '**/*.md'
jobs:
lintAllTheThings:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v6
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3