Skip to content

Updated README.md file to include supporting links and more detail to sections #121

Updated README.md file to include supporting links and more detail to sections

Updated README.md file to include supporting links and more detail to sections #121

Workflow file for this run

name: SwiftLint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: GitHub Action for SwiftLint
uses: norio-nomura/action-swiftlint@3.2.0