Skip to content

Seq utilities and loggign #60

Seq utilities and loggign

Seq utilities and loggign #60

Workflow file for this run

name: Ruff
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 5 1,15 * *"
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1