Skip to content

Update arch-split doc; rename arch_split->arch-split #41

Update arch-split doc; rename arch_split->arch-split

Update arch-split doc; rename arch_split->arch-split #41

Workflow file for this run

# Copyright 2024, Proofcraft Pty Ltd
#
# SPDX-License-Identifier: BSD-2-Clause
# Theory Linter action
name: Lint
# needs pull_request_target trigger for more authority on GITHUB_TOKEN when PR
# originates on a fork
on: [pull_request_target]
jobs:
thylint:
name: 'Theory Linter'
runs-on: ubuntu-latest
steps:
- uses: seL4/ci-actions/thylint@master
with:
token: ${{ secrets.READ_TOKEN }}
pr_num: ${{ github.event.pull_request.number }}
- uses: yuzutech/annotations-action@v0.5.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
title: 'File annotations for theory linter'
input: './annotations.json'
continue-on-error: true
if: always()