Skip to content

fix: Use correct api for waiting test cases #28

fix: Use correct api for waiting test cases

fix: Use correct api for waiting test cases #28

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Validate style
run: make verify-lint