mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-03-27 04:21:30 +00:00
15 lines
217 B
YAML
15 lines
217 B
YAML
name: MacOS Tests
|
|
|
|
on:
|
|
push:
|
|
branches: [ master ]
|
|
pull_request:
|
|
branches: [ master ]
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: macos-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- run: ./share/adapters/rfc.sh
|