Skip to content

Commit

Permalink
Add CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Jan 7, 2023
1 parent 97db2ac commit fe415b8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/SwiftyRipgrep.yml
Original file line number Diff line number Diff line change
@@ -0,0 1,22 @@
name: SwiftyRipgrep

on:
push:
branches:
- main
pull_request: {}

concurrency:
group: SwiftyRipgrep-${{ github.head_ref }}
cancel-in-progress: true

jobs:
test:
name: Test
runs-on: macOS-12
steps:
- uses: actions/checkout@v1
- name: Select Xcode
run: sudo xcode-select -switch /Applications/Xcode_$(cat .xcode-version).app
- name: Test
run: swift test --package-path ./fixture
1 change: 1 addition & 0 deletions .xcode-versioin
Original file line number Diff line number Diff line change
@@ -0,0 1 @@
13.4.1

0 comments on commit fe415b8

Please sign in to comment.