Skip to content

Merge tag '0.25.1' into develop #48

Merge tag '0.25.1' into develop

Merge tag '0.25.1' into develop #48

Workflow file for this run

name: lint
on:
push:
branches:
- main
- develop
pull_request:
workflow_dispatch:
jobs:
lint:
name: Run linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1