Skip to content

Bump ClosedXML from 0.102.0 to 0.102.1 in /Datalya #144

Bump ClosedXML from 0.102.0 to 0.102.1 in /Datalya

Bump ClosedXML from 0.102.0 to 0.102.1 in /Datalya #144

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: License CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on: [push]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
check-license-lines:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Check License Lines
uses: kt3k/license_checker@v1.0.3