Skip to content

Update poi-ooxml to 5.3.0 #229

Update poi-ooxml to 5.3.0

Update poi-ooxml to 5.3.0 #229

Workflow file for this run

name: CI
on:
push:
branches:
- master
- main
pull_request:
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: coursier/setup-action@v1
- name: branch-names
id: branch-name
uses: tj-actions/branch-names@v7
- run: sbt coverage +test
- run: sbt coverageReport coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CI_BRANCH: ${{ steps.branch-name.outputs.current_branch }}