Skip to content

add file and database utilities #28

add file and database utilities

add file and database utilities #28

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
lint-sdk:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
with:
cache: "pip"
- name: Run flake8
uses: py-actions/flake8@v2