Skip to content

Bump linode-api4 from 5.3.0 to 5.7.1 #542

Bump linode-api4 from 5.3.0 to 5.7.1

Bump linode-api4 from 5.3.0 to 5.7.1 #542

Workflow file for this run

name: Run Linter
on: pull_request
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- name: checkout repo
uses: actions/checkout@v3
- name: setup python 3
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: install dependencies
run: pip3 install -r requirements-dev.txt -r requirements.txt
- name: run linter
run: make lint