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 06be35f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 45 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

0 comments on commit 06be35f

Please sign in to comment.