Skip to content

Update docker compose calls in run #127

Update docker compose calls in run

Update docker compose calls in run #127

Workflow file for this run

name: Linting
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install venv
run: ./run install_venv
- name: flake8 linting
run: ./run linter