Skip to content

Add pre-commit and format XML #1

Add pre-commit and format XML

Add pre-commit and format XML #1

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]