Skip to content

Commit 2742529

Browse files
committed
ci: add integration workflow to check if files end in a newline character
1 parent ea9d6c0 commit 2742529

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/integration.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: 🔄 Integartion
2+
3+
on:
4+
pull_request_target:
5+
types: [opened, reopened]
6+
7+
jobs:
8+
linelint:
9+
runs-on: ubuntu-latest
10+
steps:
11+
uses: actions/checkout@v4
12+
uses: actions/[email protected]

0 commit comments

Comments
 (0)