Skip to content

hotfix: reintroduced wrongfully removed semicolon #9

hotfix: reintroduced wrongfully removed semicolon

hotfix: reintroduced wrongfully removed semicolon #9

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [feature_linter_ci]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Python setup
uses: actions/setup-python@v3
- name: Pre-commit run
uses: pre-commit/[email protected]