Skip to content

feat: webauthn test flows #1952

feat: webauthn test flows

feat: webauthn test flows #1952

name: "Pre commit hook check"
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
jobs:
pr-title:
name: Pre commit hook check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
git init
git add --all
git -c user.name='test' -c user.email='[email protected]' commit -m 'init for pr action'
- run: npm ci || true
- run: chown -R 1001:121 "/github/home/.npm"
- run: npm ci
- run: cd test/with-typescript && npm ci
- run: ./hooks/pre-commit.sh