mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 06:30:10 +08:00
add multi-language-repo_rubocop
This commit is contained in:
17
.github/workflows/integration-testing.yml
vendored
17
.github/workflows/integration-testing.yml
vendored
@@ -3,7 +3,7 @@ name: "Integration Testing"
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
multi-language-repo/test-autodetect-languages:
|
||||
multi-language-repo_test-autodetect-languages:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
@@ -25,7 +25,7 @@ jobs:
|
||||
env:
|
||||
TEST_MODE: true
|
||||
|
||||
multi-language-repo/test-custom-queries:
|
||||
multi-language-repo_test-custom-queries:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
@@ -47,5 +47,18 @@ jobs:
|
||||
shell: bash
|
||||
run: ./build.sh
|
||||
- uses: ./../action/analyze
|
||||
env:
|
||||
TEST_MODE: true
|
||||
|
||||
|
||||
multi-language-repo_rubocop:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: arthurnn/code-scanning-rubocop/rubocop-action@master
|
||||
- uses: ./../action/upload-sarif
|
||||
with:
|
||||
sarif_file: rubocop.sarif
|
||||
env:
|
||||
TEST_MODE: true
|
||||
Reference in New Issue
Block a user