Skip to content

Update Submodules

Update Submodules #491

Workflow file for this run

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (c) 2011-2020 ETH Zurich.
name: license-check
on:
push:
branches: [ staging, trying ]
pull_request:
merge_group: # run this workflow on every PR in the merge queue
jobs:
check-license-headers:
runs-on: ubuntu-latest
steps:
- name: Checkout ViperServer repo
uses: actions/checkout@v3
- name: Check license headers
uses: viperproject/check-license-header@v2
with:
path: ./
config: ./.github/license-check/config.json
strict: true