Skip to content

Commit

Permalink
Merge pull request #100 from behrica/master
Browse files Browse the repository at this point in the history
add Github action for  CI build
  • Loading branch information
behrica authored May 8, 2024
2 parents f42566f + 9537176 commit 26b6df1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Clojure CI

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:

build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Run make ci-build in dev container
uses: devcontainers/ci@v0.3
with:
# [Optional] If you have a separate workflow like the one above
# to pre-build your container image, you can reference it here
# to speed up your application build workflows as well!
#cacheFrom: ghcr.io/example/example-devcontainer

push: never
runCmd: clj -X:test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[![Clojars Project](https://img.shields.io/clojars/v/scicloj/clojisr.svg)](https://clojars.org/scicloj/clojisr)
[![cljdoc badge](https://cljdoc.org/badge/scicloj/clojisr)](https://cljdoc.org/d/scicloj/clojisr)

![example workflow](https://github.com/scicloj/clojisr/actions/workflows/ci.yml/badge.svg)
# ClojisR

Clojure speaks statistics - a [jisr](https://en.wiktionary.org/wiki/جسر) between Clojure and R
Expand Down

0 comments on commit 26b6df1

Please sign in to comment.