Skip to content

feat: Add deprecated field to RegistryAction #1393

feat: Add deprecated field to RegistryAction

feat: Add deprecated field to RegistryAction #1393

Workflow file for this run

name: Lint Python
on:
pull_request:
paths:
- tracecat/**
- registry/**
- tests/**
- pyproject.toml
- .github/workflows/lint-python.yml
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
src: tracecat/
version: v0.9.1
args: check --no-fix
- uses: chartboost/ruff-action@v1
with:
src: tracecat/
version: v0.9.1
args: format --diff