Skip to content

Ensure Folder Existence; Create Missing Parent Folders as Needed #7

Ensure Folder Existence; Create Missing Parent Folders as Needed

Ensure Folder Existence; Create Missing Parent Folders as Needed #7

Workflow file for this run

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