Skip to content

CHEF-29762 add chef-ice package_manger support to generated scripts #149

CHEF-29762 add chef-ice package_manger support to generated scripts

CHEF-29762 add chef-ice package_manger support to generated scripts #149

Workflow file for this run

---
"on":
pull_request:
push:
branches:
- main
permissions:
contents: read
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/lint.yml
secrets: inherit
integration:
uses: ./.github/workflows/integration.yml
needs: lint
secrets: inherit