Skip to content

Commit

Permalink
feat: add pull request verify GA
Browse files Browse the repository at this point in the history
Signed-off-by: Ramiz Polic <ramiz.polic@hotmail.com>
  • Loading branch information
ramizpolic committed Oct 17, 2023
1 parent e78c195 commit 4c1fd09
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: PR Checks

on:
pull_request:

permissions:
contents: read

jobs:
verify-commits:
name: Verify Commits
runs-on: ubuntu-latest

steps:
- name: Block Merge Commits
uses: Morishiri/block-merge-commits-action@v1.0.1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4c1fd09

Please # to comment.