Skip to content

SNU_2D_ProgrammingTools_REPOLIST.urll [V173] #1727

SNU_2D_ProgrammingTools_REPOLIST.urll [V173]

SNU_2D_ProgrammingTools_REPOLIST.urll [V173] #1727

Workflow file for this run

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