Skip to content

chore: various deps updates #1

chore: various deps updates

chore: various deps updates #1

name: Pull request checks
on: pull_request
jobs:
commit-message-check:
name: Block fixup and squash commits on branch
runs-on: ubuntu-latest
steps:
- name: Run check
uses: skjnldsv/block-fixup-merge-action@${{ github.ref }}

Check failure on line 13 in .github/workflows/check-fixup-branch.yml

View workflow run for this annotation

GitHub Actions / Pull request checks

Invalid workflow file

The workflow is not valid. .github/workflows/check-fixup-branch.yml (Line: 13, Col: 15): Unrecognized named-value: 'github'. Located at position 1 within expression: github.ref
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}