Try out actions

This commit is contained in:
gnarroway 2019-11-14 10:08:42 +08:00 committed by GitHub
parent 33bf023a88
commit a91e97d488
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

15
.github/workflows/clojure.yml vendored Normal file
View file

@ -0,0 +1,15 @@
name: Clojure CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: lein deps
- name: Run tests
run: lein test