Skip to content

improvements to compatibility of CPU #86

improvements to compatibility of CPU

improvements to compatibility of CPU #86

Workflow file for this run

name: Clojure CI - Linter
on: [ push ]
jobs:
linter-check:
name: Linter Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: lein deps
- name: Linter Check
run: lein lint