diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc92c23..c0f440d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 10c82bd..6c39047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +Fix GitHub Actions workflows + ## 2.0.8 - *2023-09-11* ## 2.0.7 - *2023-06-08*