Skip to content

Merge pull request #113 from IndexSeek/linting-maintenance #4

Merge pull request #113 from IndexSeek/linting-maintenance

Merge pull request #113 from IndexSeek/linting-maintenance #4

Workflow file for this run

name: Ruff check
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- uses: chartboost/ruff-action@v1