1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-20 06:49:14 +00:00
trezor-firmware/.github/workflows/fixup_check.yml
2023-07-04 11:49:44 +02:00

12 lines
223 B
YAML

name: Git Checks
on: [pull_request]
jobs:
block-fixup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Block Fixup Commit Merge
uses: 13rac1/block-fixup-merge-action@v2.0.0