feat(ci): disable lint workflows

This hasn't brought much value but eats up too much CI time
This commit is contained in:
Harsh Shandilya 2022-12-11 18:08:45 +05:30
parent 943b9bd091
commit 6a41b966c5
No known key found for this signature in database
2 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,19 @@
name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@3fdeefa830a7634a5c04f1cd70fcfb69956137a2 # v2022.3.0
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}