Skip to content

add manipulations for next calibration time indication (#88) #423

add manipulations for next calibration time indication (#88)

add manipulations for next calibration time indication (#88) #423

Workflow file for this run

name: Check license headers
on:
pull_request: # Apply to all pull requests
push: # Apply to all branches
jobs:
license-check:
runs-on: ubuntu-latest
steps:
# Run `git checkout`
- uses: actions/checkout@v4
- uses: maximilianpilz/file-header-check@v1
with:
config: '.github/license-check/license-config'
config-encoding: 'utf-8'
log-level: 'DEBUG'