Skip to content

delete get

delete get #170

Workflow file for this run

name: Qodana
on:
pull_request:
branches:
- main
- develop
push:
branches:
- main
- develop
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- uses: pnpm/action-setup@v4
with:
version: '9.1.1'
- name: 'Install Node'
uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
- name: Install modules
run: pnpm install
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2024.1
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}