Skip to content

Waypoint Routes Endpoints #77

Waypoint Routes Endpoints

Waypoint Routes Endpoints #77

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:
- name: Checkout
uses: actions/checkout@v4
- name: ruff
uses: chartboost/ruff-action@v1