style: lint

This commit is contained in:
Neko Ayaka
2026-01-04 01:47:22 +08:00
parent 52d42ce349
commit ddb13ccbd4
3 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -50,12 +50,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install SwiftLint
uses: ./.github/actions/setup-swiftlint
with:
version: '0.58.2'
- name: Run SwiftLint
run: swiftlint
```