Add SwiftTrie package

This commit is contained in:
2024-06-09 14:44:43 -04:00
commit bda5c1c8e3
11 changed files with 483 additions and 0 deletions

16
.github/workflows/swiftlint.yml vendored Normal file
View 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