Skip to content

Add tests

Add tests #6

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
env:
- PYTHONPPATH: /home/runner/work/police-data-trust-scrapers/police-data-trust-scrapers

Check failure on line 12 in .github/workflows/pre-commit.yml

View workflow run for this annotation

GitHub Actions / pre-commit

Invalid workflow file

The workflow is not valid. .github/workflows/pre-commit.yml (Line: 12, Col: 7): A sequence was not expected
steps:
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: "3.12.2"
cache: pip
cache-dependency-path: "**/requirements*.txt"
- name: Install dependencies
run: pip install -r requirements_dev.txt && pwd && ls -al $$ echo $PYTHONPPATH
- uses: pre-commit/[email protected]