Skip to content

Commit

Permalink
chore: Avoid shallow clone and readme badges (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhwood authored Dec 26, 2021
1 parent 20818c6 commit f6591f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 50
- name: Build
# Using swift would be preferred, but using xcodebuild as it allows
# the specification of variants, which the swift command does not
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# WMATAUI

[![Swift](https://github.com/rhwood/WMATAUI.swift/actions/workflows/swift.yml/badge.svg)](https://github.com/rhwood/WMATAUI.swift/actions/workflows/swift.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=rhwood_WMATAUI.swift&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=rhwood_WMATAUI.swift)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=rhwood_WMATAUI.swift&metric=coverage)](https://sonarcloud.io/summary/new_code?id=rhwood_WMATAUI.swift)

SwiftUI to accompany [WMATA.swift](https://github.com/emma-k-alexandra/WMATA.swift).

Expand Down

0 comments on commit f6591f3

Please sign in to comment.