Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/chefPublic

Add oci? helper

Add oci? helper #12247

Workflow file for this run

---
name:lint
on:
pull_request:
push:
branches:
-main
concurrency:
group:lint-${{ github.ref }}
cancel-in-progress:true
jobs:
chefstyle:
runs-on:ubuntu-latest
env:
BUNDLE_WITHOUT:ruby_shadow:omnibus_package
steps:
-uses:actions/checkout@v4
-uses:ruby/setup-ruby@v1
with:
ruby-version:3.1
bundler-cache:false
-uses:r7kamura/rubocop-problem-matchers-action@v1# this shows the failures in the PR
-run:|
gem install chefstyle
chefstyle -c .rubocop.yml
spellcheck:
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v4
-run:|
curl --location 'https://raw.githubusercontent.com/chef/chef_dictionary/main/chef.txt' --output chef_dictionary.txt
-uses:streetsidesoftware/cspell-action@v2.12.0

[8]ページ先頭

©2009-2025 Movatter.jp