Skip to content

It's 2025

It's 2025 #125

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
target: [test-clj, test-cljs]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup CI Environment
uses: yetanalytics/actions/[email protected]
- name: Run make target ${{ matrix.target }}
run: make ${{ matrix.target }}