Skip to content

Commit

Permalink
Update code code-inspector
Browse files Browse the repository at this point in the history
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
  • Loading branch information
bensuperpc committed Jul 25, 2021
1 parent b585519 commit 50c1e1a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/code-inspector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ on:
jobs:
check-quality:
runs-on: ubuntu-latest
strategy:
matrix:
codeinspector: [codeinspectorio/github-action@master, bensuperpc/code-inspector@v1.0.2]
name: A job to check my code quality
steps:
- name: Check code meets quality standards
id: code-inspector
uses: codeinspectorio/github-action@master
uses: ${{ matrix.codeinspector }}
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
code_inspector_access_key: ${{ secrets.CODE_INSPECTOR_ACCESS_KEY }}
Expand Down

0 comments on commit 50c1e1a

Please sign in to comment.