Skip to content

Add license header to .py and .md #23

Add license header to .py and .md

Add license header to .py and .md #23

Workflow file for this run

name: pre-commit
on:
pull_request:
types: [ opened, reopened, synchronize, ready_for_review ]
push:
defaults:
run:
working-directory: ./
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: "Set up Python"
uses: actions/setup-python@v5
with:
python-version-file: "./.python-version"
- uses: pre-commit/[email protected]
with:
extra_args: --all-files -c ./.pre-commit-config.yaml