Skip to content

formatting

formatting #368

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
target: [test-lib-clj, test-lib-cljs, test-conformance-clj-sync, test-conformance-clj-async, test-conformance-cljs, npm-audit]
runs-on: ubuntu-latest
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 }}