Skip to content

Commit

Permalink
Merge branch 'main' into add-volume-prune
Browse files Browse the repository at this point in the history
  • Loading branch information
damacus authored Oct 10, 2023
2 parents d955209 + b019d44 commit 3e2de6e
Show file tree
Hide file tree
Showing 33 changed files with 1,200 additions and 1,234 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: ci

jobs:
lint-unit:
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@2.0.1
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@19068b35e66a632c5640c222430fcea905c1662f
permissions:
actions: write
checks: write
Expand Down Expand Up @@ -54,12 +54,13 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Chef
uses: actionshub/[email protected]
- name: Dokken
uses: actionshub/[email protected]
env:
CHEF_VERSION: latest
CHEF_LICENSE: accept-no-persist
KITCHEN_LOCAL_YAML: kitchen.dokken.yml
with:
Expand All @@ -68,7 +69,7 @@ jobs:

integration-amazonlinux:
needs: lint-unit
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
os:
Expand All @@ -80,12 +81,13 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Chef
uses: actionshub/[email protected]
- name: Dokken
uses: actionshub/[email protected]
env:
CHEF_VERSION: latest
CHEF_LICENSE: accept-no-persist
KITCHEN_LOCAL_YAML: kitchen.dokken.yml
with:
Expand All @@ -112,12 +114,13 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Chef
uses: actionshub/[email protected]
- name: Dokken
uses: actionshub/[email protected]
env:
CHEF_VERSION: latest
CHEF_LICENSE: accept-no-persist
with:
suite: ${{ matrix.suite }}
Expand Down
5 changes: 0 additions & 5 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,4 @@ config:
ul-indent: false # MD007
line-length: false # MD013
no-duplicate-heading: false # MD024
single-title: false # MD025
no-bare-urls: false # MD034
no-space-in-emphasis: false # MD037
link-fragments: false #MD051
reference-links-images: false # MD052
link-image-reference-definitions: false # MD053
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"recommendations": [
"chef-software.chef",
"rebornix.ruby",
"editorconfig.editorconfig"
"editorconfig.editorconfig",
"DavidAnson.vscode-markdownlint"
]
}
Loading

0 comments on commit 3e2de6e

Please sign in to comment.