Skip to content

add unit tests for database operations on top of menu entity #11

add unit tests for database operations on top of menu entity

add unit tests for database operations on top of menu entity #11

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