Skip to content

fix: cover no match case (#14) #20

fix: cover no match case (#14)

fix: cover no match case (#14) #20

Workflow file for this run

name: Check style
on:
push:
branches:
- main
pull_request:
# This will trigger the workflow for pull requests to any branch
types: [opened, synchronize, reopened]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3