Skip to content

Commit 662fe3d

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents bd86596 + 41d5699 commit 662fe3d

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

.github/workflows/swift-macos.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Build and Test in Swift 6.2 on macOS
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
7+
jobs:
8+
build:
9+
runs-on: macos-latest
10+
11+
steps:
12+
- uses: actions/checkout@v4
13+
14+
- uses: swift-actions/setup-swift@v2
15+
with:
16+
swift-version: "6.2.0"
17+
- name: Get swift version
18+
run: swift --version
19+
20+
- name: Build
21+
run: swift build -v
22+
23+
- name: Run tests
24+
run: swift test -v

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<div align="center">
1010

11-
[![GitHub Repo stars](https://img.shields.io/github/stars/ATProtoKit/ATLexiconTools?style=flat&logo=github)](https://github.com/ATProtoKit/ATLexiconTools)
11+
[![GitHub Repo stars](https://img.shields.io/github/stars/ATProtoKit/ATLexiconTools?style=flat&logo=GitHub)](https://github.com/ATProtoKit/ATLexiconTools)
1212

1313
</div>
1414
<div align="center">

0 commit comments

Comments
 (0)