# Example snippet for a GitHub Actions workflow using Qodana name: Code Quality Check on: [push, pull_request] jobs: qodana: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: 'Qodana Scan' uses: JetBrains/qodana-action@v2026.1 env: QODANA_TOKEN: $ secrets.QODANA_LICENSE_TOKEN Use code with caution. Managing License Tokens securely
Adds advanced tools like branch protection rules and code owners for individuals. github phpstorm license work
Go to the JetBrains Free License Program page for Open Source Development. # Example snippet for a GitHub Actions workflow
Mixing personal licenses, student packs, and enterprise code requires strict attention to compliance. Respecting License Boundaries github phpstorm license work