Skip to content

Commit

Permalink
ci: configure continuous integration pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tshakalekholoane committed Jan 9, 2024
1 parent 69a4309 commit 04c2aba
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: ci

on: [pull_request, push]

jobs:
check:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3

- name: build
run: make

- name: run
run: ./bin/can -V

0 comments on commit 04c2aba

Please sign in to comment.