Skip to content

Michaelcobb/test ci #35

Michaelcobb/test ci

Michaelcobb/test ci #35

Workflow file for this run

# Copyright 2021, Proofcraft Pty Ltd
#
# SPDX-License-Identifier: BSD-2-Clause
# Run the verification C parser on the main kernel configurations
#
# See cparser-run/builds.yml in the repo seL4/ci-actions for configs.
name: C Parser
on:
push:
branches: [master]
pull_request:
workflow_dispatch:
jobs:
cparser:
name: C Parser
runs-on: the-capable-hub-aws-ci
container: capablehub/tch-ubuntu-24-builder:latest
steps:
- uses: The-Capable-Hub/CHERI-seL4-ci-actions/cparser-run@michaelcobb/capable-hub-ci