Skip to content

feat: add service support template files #26

feat: add service support template files

feat: add service support template files #26

Workflow file for this run

name: pre-commit
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- "main"
push:
branches:
- "main"
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
- name: Setup uv
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- name: Run checks
run: uv run pre-commit run -a