Skip to content

fix(deps): update schemacrawler to v17 #423

fix(deps): update schemacrawler to v17

fix(deps): update schemacrawler to v17 #423

---
#
# PLEASE NOTE: Managed workflow - do not change manually
#
name: Run pre-commit hook checks
on:
pull_request:
branches:
- "*"
jobs:
check-hooks:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
# fetch all history so checks (e.g. gitleaks) can check the full history
fetch-depth: 0
- name: Set up mise
uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3
- name: Run checks
run: |
hk check --all
env:
MISE_ENV: ci
# specify profile for CI check where all files are checked
HK_PROFILE: ci-check-all
# required for some builds, set if available
GH_PAT: ${{ secrets.GH_PAT }}