Skip to content

Merge pull request #8 from knowlab/harry/typehints #9

Merge pull request #8 from knowlab/harry/typehints

Merge pull request #8 from knowlab/harry/typehints #9

Workflow file for this run

name: Run `ruff`
on: [push, pull_request]
jobs:
check_format:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Run ruff
uses: chartboost/ruff-action@v1