Skip to content

feat: update to new version of inpost api #29

feat: update to new version of inpost api

feat: update to new version of inpost api #29

Workflow file for this run

name: Code Quality
on:
pull_request:
branches: [dev]
push:
branches: [dev]
jobs:
pre-commit:
name: Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4.6.1
- uses: pre-commit/action@v3.0.0