SignalCoreKit/.github/workflows/main.yml
Max Radermacher 2f875bfa87
Add workflow for pushes & pull requests
Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com>
2022-07-25 08:38:21 -07:00

21 lines
285 B
YAML

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
build_and_test:
name: Build and Test
runs-on: macos-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Run pod lib lint
run: ./bin/build_and_test.sh