Skip to content

Commit

Permalink
Fix CI files
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <dan.webb@damacus.io>
  • Loading branch information
damacus committed Oct 3, 2023
1 parent 482534d commit 351c69c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 46 deletions.
35 changes: 9 additions & 26 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,17 @@ name: ci
- main

jobs:
delivery:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Run Chef Delivery
uses: actionshub/chef-delivery@main
env:
CHEF_LICENSE: accept-no-persist

yamllint:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Run yaml Lint
uses: actionshub/yamllint@main

mdl:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Run Markdown Lint
uses: actionshub/markdownlint@main
lint-unit:
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@2.0.6
permissions:
actions: write
checks: write
pull-requests: write
statuses: write
issues: write

integration:
needs: [mdl, yamllint, delivery]
needs: "lint-unit"
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/md-links.yml

This file was deleted.

2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

Fix CI Files

## 6.1.1 - *2023-09-04*

## 6.1.0 - *2023-07-07*
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This is not an exhaustive list of attributes as most are directly comparable to

This should be a password hash generated from slappasswd. The default slappasswd command will generate a salted SHA1 hash:

```
```shell
$ slappasswd -s "secretsauce"
{SSHA}6BjlvtSbVCL88li8IorkqMSofkLio58/
```
Expand Down
2 changes: 2 additions & 0 deletions test/cookbooks/openldap-test/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Test Cookbook

This test cook mimics a cookbook that places your SSL certificates separately from openldap. Hidden here to prevent you from using these certificates for real.

0 comments on commit 351c69c

Please sign in to comment.