File tree 1 file changed +54
-0
lines changed
1 file changed +54
-0
lines changed Original file line number Diff line number Diff line change
1
+ #
2
+ # Author: Hari Sekhon
3
+ # Date: 2023-04-14 23:53:43 +0100 (Fri, 14 Apr 2023)
4
+ #
5
+ # vim:ts=2:sts=2:sw=2:et
6
+ #
7
+ # https://github.com/HariSekhon/SQL-scripts
8
+ #
9
+ # If you're using my code you're welcome to connect with me on LinkedIn and optionally send me feedback
10
+ #
11
+ # https://www.linkedin.com/in/HariSekhon
12
+ #
13
+
14
+ # ============================================================================ #
15
+ # M a r k D o w n
16
+ # ============================================================================ #
17
+
18
+ ---
19
+ name : Markdown
20
+
21
+ on :
22
+ push :
23
+ branches :
24
+ - master
25
+ - main
26
+ paths :
27
+ - ' **/*.md'
28
+ - .mdlrc
29
+ - .mdl.rb
30
+ - .markdownlint.rb
31
+ - .github/workflows/markdown.yaml
32
+ pull_request :
33
+ branches :
34
+ - master
35
+ - main
36
+ paths :
37
+ - ' **/*.md'
38
+ - .mdlrc
39
+ - .mdl.rb
40
+ - .markdownlint.rb
41
+ - .github/workflows/markdown.yaml
42
+ workflow_dispatch :
43
+
44
+ permissions :
45
+ contents : read
46
+ pull-requests : read
47
+
48
+ jobs :
49
+ Markdown :
50
+ # github.event.repository context not available in scheduled workflows
51
+ # if: github.event.repository.fork == false
52
+ if : github.repository_owner == 'HariSekhon'
53
+ name : Markdown
54
+ uses : HariSekhon/GitHub-Actions/.github/workflows/markdown.yaml@master
You can’t perform that action at this time.
0 commit comments