Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-checks.yml
@@ -901,14 +901,14 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: ./action/init
- uses: ./init
with:
languages: javascript
source-root: tests/multi-language-repo
- name: Build code
shell: bash
run: ./build.sh
- uses: ./action/analyze
- uses: ./analyze
with:
output: "${{ runner.temp }}/results"
env:

0 comments on commit 12f1cff

Please sign in to comment.