Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
erlang
Commits
8435ed5e
Commit
8435ed5e
authored
Jun 16, 2021
by
Jason Field
Browse files
prep for main
parent
0ae97d24
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/ci.yml
View file @
8435ed5e
...
...
@@ -5,16 +5,16 @@ name: ci
pull_request
:
push
:
branches
:
-
ma
ster
-
ma
in
jobs
:
delivery
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Check out code
uses
:
actions/checkout@
master
uses
:
actions/checkout@
v2
-
name
:
Run Chef Delivery
uses
:
actionshub/chef-delivery@ma
ster
uses
:
actionshub/chef-delivery@ma
in
env
:
CHEF_LICENSE
:
accept-no-persist
...
...
@@ -22,19 +22,19 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Check out code
uses
:
actions/checkout@
master
uses
:
actions/checkout@
v2
-
name
:
Run yaml Lint
uses
:
actionshub/yamllint@ma
ster
uses
:
actionshub/yamllint@ma
in
mdl
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Check out code
uses
:
actions/checkout@
master
uses
:
actions/checkout@
v2
-
name
:
Run Markdown Lint
uses
:
actionshub/markdownlint@ma
ster
uses
:
actionshub/markdownlint@ma
in
dokke
n
:
integratio
n
:
needs
:
[
mdl
,
yamllint
,
delivery
]
runs-on
:
ubuntu-latest
strategy
:
...
...
@@ -67,11 +67,11 @@ jobs:
steps
:
-
name
:
Check out code
uses
:
actions/checkout@
master
uses
:
actions/checkout@
v2
-
name
:
Install Chef
uses
:
actionshub/chef-install@ma
ster
uses
:
actionshub/chef-install@ma
in
-
name
:
Dokken
uses
:
actionshub/kitchen
-dokken@master
uses
:
actionshub/
test-
kitchen
@main
env
:
CHEF_LICENSE
:
accept-no-persist
KITCHEN_LOCAL_YAML
:
kitchen.dokken.yml
...
...
@@ -84,10 +84,3 @@ jobs:
set -x
sudo journalctl -l --since today
KITCHEN_LOCAL_YAML=kitchen.dokken.yml /usr/bin/kitchen exec ${{ matrix.suite }}-${{ matrix.os }} -c "journalctl -l"
final
:
needs
:
[
dokken
]
runs-on
:
ubuntu-latest
steps
:
-
name
:
Check out code
uses
:
actions/checkout@master
.github/workflows/md-links.yml
View file @
8435ed5e
...
...
@@ -4,14 +4,14 @@ name: md-links
"
on"
:
pull_request
:
push
:
branches
:
[
ma
ster
]
branches
:
[
ma
in
]
jobs
:
md-links
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Check out code
uses
:
actions/checkout@
main
uses
:
actions/checkout@
v2
-
name
:
markdown-link-check
uses
:
gaurav-nelson/github-action-markdown-link-check@v1
with
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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