chore: linting

This commit is contained in:
zhom
2026-07-22 11:58:15 +04:00
parent 29a65de98c
commit 59a3e5f2a1
12 changed files with 221 additions and 253 deletions
+1 -9
View File
@@ -1,13 +1,7 @@
name: "CodeQL"
on:
workflow_call:
inputs:
checkout_ref:
description: Optional commit to check out instead of the triggering ref
required: false
type: string
default: ""
workflow_call: {}
push:
branches: ["main"]
pull_request:
@@ -38,8 +32,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
with:
ref: ${{ inputs.checkout_ref }}
- name: Set up pnpm package manager
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 #v6.0.9