Skip to content

FEAT_LRCPC3 NEON intrinsics for LDAP1/STL1 #879

FEAT_LRCPC3 NEON intrinsics for LDAP1/STL1

FEAT_LRCPC3 NEON intrinsics for LDAP1/STL1 #879

Workflow file for this run

# SPDX-FileCopyrightText: Copyright 2021, 2023 Arm Limited and/or its affiliates <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0
name: CI
on: [push, pull_request]
jobs:
build-pdfs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: check the correctness of the sources and generate the PDFs
run: ./tools/build-pdfs.sh
- uses: actions/upload-artifact@v3
with:
name: pdfs
path: output_pdfs
build-github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: generate the GitHub Pages locally in order to check for errors
run: ./tools/build-github-pages.sh build
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: '.github/workflows/markdown-link-check.json'