Skip to content

EventLogging: Removed tasks_by_tag. #162

EventLogging: Removed tasks_by_tag.

EventLogging: Removed tasks_by_tag. #162

Workflow file for this run

name: Linters
on:
push:
branches: [ "new_dp3" ]
pull_request:
branches: [ "new_dp3" ]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose --diff --color"
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jpetrucciani/ruff-check@main