Skip to content

Commit

Permalink
PR Actions (#46)
Browse files Browse the repository at this point in the history
* Update ci.yml

* Update README.md

* Update ci.yml
  • Loading branch information
stephencelis authored Feb 28, 2020
1 parent a8f375c commit c12cd3c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
name: CI

on: [push]
on:
push:
branches:
- master
pull_request:
branches:
- '*'

jobs:
build:
name: MacOS
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Run tests
run: make test-swift

ubuntu:
name: Ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Run tests
run: make test-linux
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 🏷 Tagged

[![Swift 5.1](https://img.shields.io/badge/swift-5.1-ED523F.svg?style=flat)](https://swift.org/download/)
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fpointfreeco%2Fswift-tagged%2Fbadge&style=flat)](https://actions-badge.atrox.dev/pointfreeco/swift-tagged/goto)
[![CI](https://github.com/pointfreeco/swift-tagged/workflows/CI/badge.svg)](https://actions-badge.atrox.dev/pointfreeco/swift-tagged/goto)
[![@pointfreeco](https://img.shields.io/badge/[email protected]?style=flat)](https://twitter.com/pointfreeco)

A wrapper type for safer, expressive code.
Expand Down

0 comments on commit c12cd3c

Please sign in to comment.