Skip to content

Merge pull request #13 from ubcuas/linters #3

Merge pull request #13 from ubcuas/linters

Merge pull request #13 from ubcuas/linters #3

Workflow file for this run

name: Linters
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
black:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: black
uses: psf/black@stable
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1