Skip to content

Merge branch 'master' of https://github.com/stephanstapel/ZUGFeRD-csharp #1345

Merge branch 'master' of https://github.com/stephanstapel/ZUGFeRD-csharp

Merge branch 'master' of https://github.com/stephanstapel/ZUGFeRD-csharp #1345

Workflow file for this run

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