Skip to content

Add throwing initialisers #5

Add throwing initialisers

Add throwing initialisers #5

Workflow file for this run

name: Swift Lint
on:
push:
branches: [development, main]
pull_request:
branches: [development, main]
jobs:
swiftlint:
runs-on: ubuntu-20.04
steps:
- name: Clone Repo
uses: actions/checkout@v2
#- name: Reconfigure Private Repo URLs
# run: sed -i 's/git@github.com:/https:\/\/${{ secrets.ACCESS_TOKEN }}@github.com\//g' Package.swift
- name: SwiftLint
uses: norio-nomura/action-swiftlint@3.2.1
with:
args: --strict