Skip to content

passkey auto-upgrade need to skip user presence & verification check #101

passkey auto-upgrade need to skip user presence & verification check

passkey auto-upgrade need to skip user presence & verification check #101

Workflow file for this run

# Syntax reference:
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions
name: Git Checks
on:
pull_request:
types: [opened, synchronize]
jobs:
# Fixup commits are OK in pull requests, but should generally be squashed
# before merging to master, e.g. using `git rebase -i --autosquash master`.
# See https://github.com/marketplace/actions/block-autosquash-commits
block-fixup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Block autosquash commits
uses: xt0rted/block-autosquash-commits-action@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}