Skip to content

fix(deps): update module github.com/xuri/excelize/v2 to v2.8.0 - autoclosed #23

fix(deps): update module github.com/xuri/excelize/v2 to v2.8.0 - autoclosed

fix(deps): update module github.com/xuri/excelize/v2 to v2.8.0 - autoclosed #23

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-go@v4
with:
go-version: '^1.20'
- name: Run tests
run: |
make test
make promu
make check_license