Skip to content

Update BLOCKSCOUT_BACKEND_DOCKER_TAG to version 2.3.0 in docker-compo… #272

Update BLOCKSCOUT_BACKEND_DOCKER_TAG to version 2.3.0 in docker-compo…

Update BLOCKSCOUT_BACKEND_DOCKER_TAG to version 2.3.0 in docker-compo… #272

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
pip install wheel
pip install -r requirements.txt
- name: Lint with flake8
run: |
flake8 .