Skip to content

fix(major): [sc-12609] Create proper service endpoint. #157

fix(major): [sc-12609] Create proper service endpoint.

fix(major): [sc-12609] Create proper service endpoint. #157

Workflow file for this run

name: Swift lint
on:
workflow_dispatch:
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
SwiftLint:
timeout-minutes: 60
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- name: GitHub Action for SwiftLint with --strict
uses: norio-nomura/action-swiftlint@3.2.1
with:
args: --strict