Skip to content

feat: make the submodule checkout mode configurable #38

feat: make the submodule checkout mode configurable

feat: make the submodule checkout mode configurable #38

Workflow file for this run

name: Checks
on:
pull_request:
push:
branches:
- main
jobs:
pre_commit_checks:
name: Pre-Commit checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
with:
submodules: true
- uses: pre-commit/action@main