Skip to content

Commit

Permalink
Run tests via GitHub Actions on pull requests (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikelax authored May 31, 2024
1 parent 7b0834b commit 5d8ac96
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: CI

on:
push:
branches:
- main
paths-ignore:
- 'README.md'
- 'LICENSE'
- '.spi.yml'
pull_request:
branches:
- main

jobs:
test:
name: Test
runs-on: macOS-14
steps:
- uses: actions/checkout@v4
- name: Test
run: set -o pipefail && swift test | xcbeautify --renderer github-actions
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Declarative Text Kit

<!-- [![Build Status][build status badge]][build status] -->
[![Build Status][build status badge]][build status]
[![Platforms][platforms badge]][platforms]
[![Documentation][documentation badge]][documentation]

Expand Down

0 comments on commit 5d8ac96

Please sign in to comment.