mirror of
https://github.com/seL4/seL4.git
synced 2026-04-05 06:49:54 +00:00
This replicates some of the TS-internal CI checks directly on github for faster feedback. Signed-off-by: Gerwin Klein <gerwin.klein@data61.csiro.au>
21 lines
333 B
YAML
21 lines
333 B
YAML
# Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
|
|
name: License
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
pull_request:
|
|
|
|
jobs:
|
|
check:
|
|
name: License Check
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: Check
|
|
uses: fsfe/reuse-action@master
|