Skip to content

Release 0.6.0 (#289) #66

Release 0.6.0 (#289)

Release 0.6.0 (#289) #66

Workflow file for this run

#
# Software Name: Orange Unified Design System
# SPDX-FileCopyrightText: Copyright (c) Orange SA
# SPDX-License-Identifier: MIT
#
# This software is distributed under the MIT license,
# the text of which is available at https://opensource.org/license/MIT/
# or see the "LICENSE" file for more details.
#
# Authors: See CONTRIBUTORS.txt
# Software description: A SwiftUI components library with code examples for Orange Unified Design System
#
name: SwiftLint
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
SwiftLint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: cirruslabs/swiftlint-action@v1
with:
version: latest