Skip to content

Add automatic version tagging #37

Add automatic version tagging

Add automatic version tagging #37

Workflow file for this run

name: "lint"
on:
push:
branches: ["main"]
tags-ignore: ["v*"]
pull_request:
branches: ["main"]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
- run: ruff check --fix
- run: ruff format