Skip to content

Add Darnele91 to slinky group #57

Add Darnele91 to slinky group

Add Darnele91 to slinky group #57

Workflow file for this run

name: pre-commit
on:
workflow_dispatch:
pull_request:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.13"
- uses: opentofu/setup-opentofu@v1
with:
tofu_wrapper: false
- uses: pre-commit/[email protected]
with:
extra_args: --all-files