mirror of
https://github.com/vale981/stream
synced 2025-03-06 02:21:37 -05:00
Merge branch 'master' of github.com:vale981/stream
This commit is contained in:
commit
ddcc90ca86
1 changed files with 19 additions and 0 deletions
19
.github/workflows/clojure.yml
vendored
Normal file
19
.github/workflows/clojure.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
name: Clojure CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ master ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: Install dependencies
|
||||||
|
run: lein deps
|
||||||
|
- name: Run tests
|
||||||
|
run: lein test
|
Loading…
Add table
Reference in a new issue