Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8fdcf29

Browse files
committed
Remove redundant Rubocop checks
1 parent d6e48cd commit 8fdcf29

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/__rubocop-multi-language.yml

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/rubocop-multi-language.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: "RuboCop multi-language"
22
description: "Tests using RuboCop to analyze a multi-language repository and then using the CodeQL Action to upload the resulting SARIF"
33
operatingSystems: ["ubuntu"]
4+
# This check doesn't use CodeQL, so the `version` matrix variable is unused.
5+
versions: ["cached"]
46
steps:
57
- name: Set up Ruby
68
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)