Skip to content

feat: split item/term decls and remove Item class #7

feat: split item/term decls and remove Item class

feat: split item/term decls and remove Item class #7

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: cosmo::ci
on:
push:
branches:
- main
tags:
- "*"
pull_request:
types: [opened, synchronize]
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: 'sbt'
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 22
- name: Tidy Test Guard
run: node scripts/testTidy.js
- name: Run tests
run: sbt test