Skip to content

Replace SnippetObjectType with SnippetInterface #74

Replace SnippetObjectType with SnippetInterface

Replace SnippetObjectType with SnippetInterface #74

Workflow file for this run

name: Ruff
on:
push:
branches:
- main
- 'stable/**'
pull_request:
branches: [main]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# keep in sync with .pre-commit-config.yaml
- run: python -Im pip install --user ruff==0.4.10
- name: Run ruff
run: ruff --output-format=github grapple