Skip to content

Update Gradle version in GitHub Actions. #21

Update Gradle version in GitHub Actions.

Update Gradle version in GitHub Actions. #21

Workflow file for this run

name: Run Qodana
on:
push:
branches:
- master
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@main
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}