Skip to content

Fix anomaly_direction parameter not being passed in freshness_anomalies and event_freshness_anomalies #1524

Fix anomaly_direction parameter not being passed in freshness_anomalies and event_freshness_anomalies

Fix anomaly_direction parameter not being passed in freshness_anomalies and event_freshness_anomalies #1524

Workflow file for this run

name: Run pre-commit hooks
on:
workflow_dispatch:
pull_request:
jobs:
code-quality:
runs-on: ubuntu-latest
steps:
- name: Checkout Elementary
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4.3.0
with:
python-version: "3.8"
- name: Install dev requirements
run: pip install -r dev-requirements.txt
- name: Run pre-commit hooks
run: pre-commit run --all-files --show-diff-on-failure