Skip to content

Improved API Error reporting & bumped to 0.0.6 #12

Improved API Error reporting & bumped to 0.0.6

Improved API Error reporting & bumped to 0.0.6 #12

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- uses: pre-commit/action@v3.0.0