Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
Add code quality scan
Browse files Browse the repository at this point in the history
  • Loading branch information
adriantombu committed Feb 20, 2023
1 parent dbdcf79 commit adf856e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ jobs:

- name: Test
run: xvfb-run -a yarn test

- name: 'Qodana Scan'
uses: JetBrains/qodana-action@main
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

0 comments on commit adf856e

Please sign in to comment.