mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
feat(ci): disable lint workflows
This hasn't brought much value but eats up too much CI time
This commit is contained in:
parent
943b9bd091
commit
6a41b966c5
2 changed files with 0 additions and 0 deletions
19
.github/workflows/qodana_scan.yml.disabled
vendored
Normal file
19
.github/workflows/qodana_scan.yml.disabled
vendored
Normal 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 }}
|
Loading…
Add table
Add a link
Reference in a new issue