Skip to content

Replaced references to the old oneAPI Base and HPC Toolkit URLs with the new unified oneAPI Toolkit. #488

Replaced references to the old oneAPI Base and HPC Toolkit URLs with the new unified oneAPI Toolkit.

Replaced references to the old oneAPI Base and HPC Toolkit URLs with the new unified oneAPI Toolkit. #488

Workflow file for this run

# SPDX-FileCopyrightText: 2020 Intel Corporation
#
# SPDX-License-Identifier: MIT
name: checks
permissions: read-all
on: [push, pull_request]
jobs:
checks:
runs-on: Ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Install prerequisites
run: |
sudo apt-get install -qq clang-format
python -m pip install --quiet --upgrade pip
pip install --quiet -r requirements.txt
- name: Run checks
run: pre-commit run --all