Skip to content

[tests] Check for version header in 404 tests #233

[tests] Check for version header in 404 tests

[tests] Check for version header in 404 tests #233

Workflow file for this run

name: Formatting
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements/formatting.txt
- name: Run code checks
run: |
make lint-check