We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd62c6 commit 7247757Copy full SHA for 7247757
README.md
@@ -1,7 +1,9 @@
1
# Setup Swift
2
-<img src=".github/swift.svg" height="20">
3
-<img src="https://img.shields.io/badge/macOS-grey">
4
-<img src="https://img.shields.io/badge/Ubuntu-grey">
+<p>
+ <img src=".github/swift.svg" height="20" alt="Swift" />
+ <img src="https://img.shields.io/badge/macOS-grey" alt="macOS" />
5
+ <img src="https://img.shields.io/badge/Ubuntu-grey" alt="Ubuntu" />
6
+</p>
7
8
GitHub Action to setup a Swift environment with a specific version. Works on both Ubuntu and macOS environments.
9
0 commit comments