Skip to content

Merge branch 'main' of https://github.com/CodeEditApp/WelcomeWindow #21

Merge branch 'main' of https://github.com/CodeEditApp/WelcomeWindow

Merge branch 'main' of https://github.com/CodeEditApp/WelcomeWindow #21

Workflow file for this run

name: CI - Push to main
on:
push:
branches:
- 'main'
workflow_dispatch:
jobs:
swiftlint:
name: SwiftLint
uses: ./.github/workflows/swiftlint.yml
secrets: inherit
test:
name: Testing WelcomeWindow
needs: swiftlint
uses: ./.github/workflows/tests.yml
secrets: inherit
build_documentation:
name: Build Documentation
needs: [swiftlint, test]
uses: ./.github/workflows/build-documentation.yml
secrets: inherit