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 ea9d6c0 commit 81a11fbCopy full SHA for 81a11fb
.github/workflows/integration.yaml
@@ -0,0 +1,11 @@
1
+name: 🔄 Integration
2
+
3
+on:
4
+ pull_request:
5
6
+jobs:
7
+ linelint:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: actions/checkout@v4
11
+ - uses: fernandrone/[email protected]
0 commit comments