Skip to content

Merge pull request #103 from tototoshi/update/cats-effect-3.5.4 #340

Merge pull request #103 from tototoshi/update/cats-effect-3.5.4

Merge pull request #103 from tototoshi/update/cats-effect-3.5.4 #340

Workflow file for this run

name: Scala CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: "0 0 * * 0"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
distribution: "adopt"
java-version: 8
- name: Run tests
run: sbt test