Skip to content

FIX: When deleting a file from the project navigator, the alert says (Function) in place of the filename #909

FIX: When deleting a file from the project navigator, the alert says (Function) in place of the filename

FIX: When deleting a file from the project navigator, the alert says (Function) in place of the filename #909

Workflow file for this run

name: CI - Pull Request
on:
pull_request:
branches:
- 'main'
workflow_dispatch:
jobs:
swiftlint:
name: SwiftLint
uses: ./.github/workflows/lint.yml
secrets: inherit
test:
name: Testing CodeEdit
needs: swiftlint
uses: ./.github/workflows/tests.yml
secrets: inherit