Skip to content

fix tag regex for ci #2

fix tag regex for ci

fix tag regex for ci #2

Workflow file for this run

name: main
on:
push:
branches:
- '*'
tags:
- '^v([0-9]+)\.([0-9]+)\.([0-9]+)(?:([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?'
pull_request:
branches:
- '*'
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: run pre-commit
run: poetry run pre-commit run --all-files --show-diff-on-failure