diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 21ae770..2d76c96 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Build + - name: Build FSRS run: swift build -v - name: Run tests run: swift test -v diff --git a/.vscode/settings.json b/.vscode/settings.json index 162690f..eaf9967 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,12 +1,13 @@ { "swift.sourcekit-lsp.backgroundIndexing": "on", "editor.codeActionsOnSave": { - "source.fixAll": "explicit" + "source.fixAll": "always" }, "files.exclude": { "**/.build": true, "**/DerivedData": true }, "swiftlint.autoLintWorkspace": true, - "swiftlint.additionalParameters": ["--fix"], + "swiftlint.configFile": ".swiftlint.yml", + "swiftlint.onlyEnableOnSwiftPMProjects": true } \ No newline at end of file