Skip to content

feat(sdk): [NET-1663] Signature validation in worker thread (draft) #2433

feat(sdk): [NET-1663] Signature validation in worker thread (draft)

feat(sdk): [NET-1663] Signature validation in worker thread (draft) #2433

Workflow file for this run

---
name: YAML lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: Lint yaml files
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v5
- name: Run YAML Lint
uses: ibiqlik/[email protected]
with:
file_or_dir: .
strict: true
no_warnings: false
config_file: .yamllint