mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
fc3b143973
And move the Danger bazel config there
6 lines
117 B
Bash
Executable File
6 lines
117 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
cat Source/SwiftLintFramework/Models/Version.swift | awk -F '"' '{print $2}' | xargs
|