Skip to content

Commit ed00811

Browse files
committed
feat(ci): add git-town action
1 parent a538087 commit ed00811

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/verify.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ permissions:
99
contents: read
1010

1111
jobs:
12+
git-town:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Git Town
16+
if: ${{ github.event_name == 'pull_request' }}
17+
uses: git-town/action@v1
1218
lint:
1319
runs-on: ubuntu-latest
1420
steps:

0 commit comments

Comments
 (0)