Skip to content

DIG-1355: Sonchau/UUID with fk #550

DIG-1355: Sonchau/UUID with fk

DIG-1355: Sonchau/UUID with fk #550

Workflow file for this run

name: Lint
on:
push:
branches:
- master
- develop
pull_request:
branches:
- develop
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
name: Set up Python
with:
python-version: '3.10'
- name: Install flake8
run: python -m pip install flake8
- name: Run linter
run: flake8 ./chord_metadata_service/mohpackets