Skip to content

add more file to ignore #5

add more file to ignore

add more file to ignore #5

Workflow file for this run

name: pre-commit
on:
push:
branches:
- master
- main
pull_request:
jobs:
unit:
name: pre-commit
runs-on: ubuntu-latest
steps:
- name: Fetch Repository
uses: actions/checkout@v4
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.13'
- name: Install pre-commit
uses: pre-commit/action@v3.0.1