We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2e1af commit 2c22810Copy full SHA for 2c22810
.github/workflows/pull-request.yml
@@ -47,7 +47,7 @@ jobs:
47
distribution: "adopt"
48
java-version: 17
49
- name: Code checks
50
- run: ./gradlew :viroreact:check
+ run: ./gradlew check
51
- name: Archive Lint report
52
uses: actions/[email protected]
53
if: ${{ always() }}
0 commit comments