Skip to content

Merge branch 'develop' into topic/chriscummings/issue-72/bump-django #16

Merge branch 'develop' into topic/chriscummings/issue-72/bump-django

Merge branch 'develop' into topic/chriscummings/issue-72/bump-django #16

Workflow file for this run

name: Run flake8
on:
push:
branches:
- '**'
pull_request:
branches:
- main
- develop
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Cache Docker images.
uses: ScribeMD/[email protected]
with:
key: docker-${{ runner.os }}-${{ hashFiles('docker-compose.yaml') }}
- name: Install dependencies
run: |
pip install flake8
- name: Run flake8
run: |
flake8