Skip to content

Commit

Permalink
Remove delivery workflow (#147)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <dan.webb@damacus.io>
  • Loading branch information
damacus authored Dec 27, 2023
1 parent d54f2f8 commit 73f3fab
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 32 deletions.
48 changes: 16 additions & 32 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,48 +4,32 @@ name: ci
"on":
pull_request:
push:
branches: [master]
branches: [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@3.0.0
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:
os:
- amazonlinux-2
- centos-7
- centos-8
- debian-9
- debian-10
- amazonlinux-2023
- centos-stream-8
- centos-stream-9
- debian-11
- debian-12
- fedora-latest
- ubuntu-2004
- ubuntu-2104
- ubuntu-2204
suite: ["server"]
fail-fast: false

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

Fix GitHub Actions workflows

## 2.0.8 - *2023-09-11*

## 2.0.7 - *2023-06-08*
Expand Down

0 comments on commit 73f3fab

Please sign in to comment.