Skip to content

Update sbt-tpolecat to 0.5.0 #521

Update sbt-tpolecat to 0.5.0

Update sbt-tpolecat to 0.5.0 #521

Workflow file for this run

name: CI
on:
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/[email protected]
with:
fetch-depth: 100
- name: Fetch tags
run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
- uses: olafurpg/setup-scala@v14
with:
java-version: [email protected]
- name: Coursier cache
uses: coursier/cache-action@v6
- name: sbt ci ${{ github.ref }}
run: ./sbt ci