We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41983e0 commit 43be4c3Copy full SHA for 43be4c3
1 file changed
.github/workflows/file-merge.yml
@@ -1,5 +1,6 @@
1
-name: Merge sql files
2
-
+name: Merge SQL files
+# This workflow run automatically for every commit on github it checks the syntax and launch the tests.
3
+# | grep . | uniq -c filters out empty lines and then groups consecutive lines together with the number of occurrences
4
on:
5
pull_request:
6
workflow_dispatch:
0 commit comments