Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Merge pull request #23 from ngageoint/jmcdougall/FEATURE-16-Update-co… #144

Merge pull request #23 from ngageoint/jmcdougall/FEATURE-16-Update-co…

Merge pull request #23 from ngageoint/jmcdougall/FEATURE-16-Update-co… #144

Workflow file for this run

name: SwiftLint
on:
workflow_dispatch:
push:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: GitHub Action for SwiftLint
uses: norio-nomura/action-swiftlint@3.2.1
- name: GitHub Action for SwiftLint with --strict
uses: norio-nomura/action-swiftlint@3.2.1