Skip to content

Bump linode-api4 from 5.20.0 to 5.21.0 #122

Bump linode-api4 from 5.20.0 to 5.21.0

Bump linode-api4 from 5.20.0 to 5.21.0 #122

Workflow file for this run

name: Run Linter
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v4
- name: setup python 3
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: install dependencies
run: make getdeps && pip3 install -r requirements-dev.txt
- name: run linter
run: make lint