Skip to content

Why is openssl busted? #9814

Why is openssl busted?

Why is openssl busted? #9814

Workflow file for this run

---
name: lint
"on":
pull_request:
push:
branches:
- chef-17
jobs:
chefstyle:
runs-on: ubuntu-latest
env:
BUNDLE_WITHOUT: ruby_shadow:omnibus_package
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
bundler-cache: true
- uses: r7kamura/rubocop-problem-matchers-action@v1 # this shows the failures in the PR
- run: bundle exec chefstyle -c .rubocop.yml
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: carlosperate/[email protected]
id: download-custom-dictionary
with:
file-url: 'https://raw.githubusercontent.com/chef/chef_dictionary/main/chef.txt'
file-name: 'chef_dictionary.txt'
- uses: zwaldowski/cspell-action@v1
with:
config: cspell.json
paths: "**/*"