We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13c4e1 commit 69f02e2Copy full SHA for 69f02e2
.github/workflows/git.yml
@@ -0,0 +1,13 @@
1
+name: Git Checks
2
+
3
+on: [pull_request]
4
5
+jobs:
6
+ block-merge-with-autosquash-commits:
7
+ runs-on: ubuntu-18.04
8
9
+ steps:
10
+ - name: Block Merge with Autosquash Commits
11
+ uses: xt0rted/[email protected]
12
+ with:
13
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/test.yml
@@ -1,4 +1,4 @@
-name: Build and run tests
+name: Build and Run Tests
on:
- push
0 commit comments