Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/BRonen/kekwisp
Browse files Browse the repository at this point in the history
  • Loading branch information
BRonen committed Mar 30, 2024
2 parents b3d9819 + 735dd8a commit 0d65307
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/clojure.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Clojure CI

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

jobs:
build:

runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Prepare java
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '8'

- name: Setup Clojure
uses: DeLaGuardo/[email protected]
with:
cli: 1.11.1.1413

- name: Run Tests
run: clojure -T:build test
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ This project aims to be a funny lisp.
## Usage

Run the project's tests:

> $ clojure -T:build test
```
clojure -T:build test
```

0 comments on commit 0d65307

Please sign in to comment.