Skip to content

Commit d9cafc2

Browse files
authored
Test rfc.sh on MacOS
For chubin#412
1 parent 045d15f commit d9cafc2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/tests-macos.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: MacOS Tests
2+
3+
on:
4+
push:
5+
branches: [ master ]
6+
pull_request:
7+
branches: [ master ]
8+
9+
jobs:
10+
build:
11+
runs-on: macos-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
- run: ./share/adapters/rfc.sh

0 commit comments

Comments
 (0)