mirror of
https://github.com/seL4/seL4.git
synced 2026-04-05 06:49:54 +00:00
19 lines
320 B
YAML
19 lines
320 B
YAML
# Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
|
|
# Actions to run on Push and Pull Request
|
|
name: CI
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
pull_request:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
checks:
|
|
name: Checks
|
|
uses: seL4/ci-actions/.github/workflows/push.yml@master
|