We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f96a75 commit e917f9cCopy full SHA for e917f9c
.github/workflows/test.yml
@@ -32,6 +32,7 @@ jobs:
32
working-directory: ./SwiftLintPluginsTest
33
- name: Build project and check findings
34
run: |
35
+ swift build
36
swift build 2>&1 | grep -q "Force Cast Violation"
37
38
- name: Verify command plugin
0 commit comments