Skip to content

pre-commit: remove tabs, check toml/yaml #63

pre-commit: remove tabs, check toml/yaml

pre-commit: remove tabs, check toml/yaml #63

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
branches: [ "main" ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Check out Repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Run pre-commit
uses: pre-commit/[email protected]