Skip to content

Add R and XML language support #95

Add R and XML language support

Add R and XML language support #95

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