Skip to content

refactor(sdk): Support multiple contracts in ChainEventPoller #1463

refactor(sdk): Support multiple contracts in ChainEventPoller

refactor(sdk): Support multiple contracts in ChainEventPoller #1463

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/[email protected]
- name: Run YAML Lint
uses: ibiqlik/[email protected]
with:
file_or_dir: .
strict: true
no_warnings: false
config_file: .yamllint