Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
918c8f92
Commit
918c8f92
authored
Aug 29, 2020
by
neil
Browse files
filer events
parent
c2214cd4
Changes
3
Hide whitespace changes
Inline
Side-by-side
.github/workflows/LetsEncrypt.yml
View file @
918c8f92
...
...
@@ -3,9 +3,14 @@ on:
push
:
branches
:
-
'
*'
paths
:
-
'
**.sh'
pull_request
:
branches
:
-
dev
paths
:
-
'
**.sh'
jobs
:
Ubuntu
:
...
...
.github/workflows/PebbleStrict.yml
View file @
918c8f92
name
:
PebbleStrict
on
:
[
push
,
pull_request
]
on
:
push
:
branches
:
-
'
*'
paths
:
-
'
**.sh'
pull_request
:
branches
:
-
dev
paths
:
-
'
**.sh'
jobs
:
PebbleStrict
:
...
...
.github/workflows/shellcheck.yml
View file @
918c8f92
name
:
Shellcheck
on
:
[
push
,
pull_request
]
on
:
push
:
branches
:
-
'
*'
paths
:
-
'
**.sh'
pull_request
:
branches
:
-
dev
paths
:
-
'
**.sh'
jobs
:
formatCheck
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment