Skip to content

Highlight the need for a wrapper in delegate #98

Highlight the need for a wrapper in delegate

Highlight the need for a wrapper in delegate #98

Workflow file for this run

name: lint_python
on: [pull_request, push]
jobs:
lint_python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- shell: bash
name: Lint and test
run: ./lint.sh