Skip to content

refactor: rename and update readme #14

refactor: rename and update readme

refactor: rename and update readme #14

Workflow file for this run

name: Lint code
on: push
# Allow one concurrent deployment
concurrency:
group: "linting"
cancel-in-progress: true
jobs:
SwiftLint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: Lint code using SwiftLint
run: swiftlint lint --reporter github-actions-logging