Skip to content

willbakst is linting the package #41

willbakst is linting the package

willbakst is linting the package #41

Workflow file for this run

name: lint
run-name: ${{ github.actor }} is linting the package
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Ruff
uses: chartboost/ruff-action@v1
- name: Install Poetry
uses: snok/[email protected]
- name: Install dependencies
run: poetry install --with dev
- name: Run mypy
run: poetry run mypy .