Skip to content

Commit

Permalink
Create swift.yml (#1)
Browse files Browse the repository at this point in the history
bircni authored Nov 6, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 6271dd1 commit 4c324ae
Showing 3 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: bircni
17 changes: 17 additions & 0 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# This workflow will build a Swift project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift

name: Build

on:
push:

jobs:
build:

runs-on: macos-latest

steps:
- uses: actions/checkout@v3
- name: Build
run: swift build -v
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![Platforms](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fbircni%2FBetterTabBar%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/bircni/BetterTabBar)
[![Swift Versions](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fbircni%2FBetterTabBar%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/bircni/BetterTabBar)
[![Build](https://github.com/bircni/BetterTabBar/actions/workflows/swift.yml/badge.svg?branch=main)](https://github.com/bircni/BetterTabBar/actions/workflows/swift.yml)

# BetterTabBar

0 comments on commit 4c324ae

Please sign in to comment.