Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

fix(deps): update module github.com/linode/linodego to v1.36.0 (#36) #58

fix(deps): update module github.com/linode/linodego to v1.36.0 (#36)

fix(deps): update module github.com/linode/linodego to v1.36.0 (#36) #58

Workflow file for this run

name: python
on:
pull_request:
branches: [ '*' ]
paths:
- 'hack/**'
- 'docs/**'
- 'poetry.lock'
- 'pyproject.toml'
push:
branches:
- "main"
jobs:
linters:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: fregante/setup-git-user@v2
- uses: actions/setup-python@v5
with:
python-version: '3.x'
check-latest: true
- run: |
pip install poetry
- run: |
poetry install
- run: |
poetry run black --check .
poetry run isort --check .
poetry run mypy .