Skip to content

Merge pull request #3 from ElioDiNino/caddy #7

Merge pull request #3 from ElioDiNino/caddy

Merge pull request #3 from ElioDiNino/caddy #7

Workflow file for this run

name: Pre-Commit
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Checks
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Run Pre-commit
uses: pre-commit/[email protected]