Add SwiftTrie package
This commit is contained in:
16
.github/workflows/swiftlint.yml
vendored
Normal file
16
.github/workflows/swiftlint.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: SwiftLint
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ '**' ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
SwiftLint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: GitHub Action for SwiftLint
|
||||
uses: norio-nomura/action-swiftlint@3.2.1
|
||||
with:
|
||||
args: --strict
|
||||
Reference in New Issue
Block a user