Skip to content

[github-actions] Automatic tag fix (#62) #94

[github-actions] Automatic tag fix (#62)

[github-actions] Automatic tag fix (#62) #94

Workflow file for this run

name: pre-commit
on:
push:
branches:
- 'master'
pull_request: {}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: pre-commit
uses: pre-commit/[email protected]