Files
compute-runtime/.github/actions/neo-lint/action.yml
Artur Harasimiuk fcb6b0b7b7 add lint workflow
Related-To: NEO-6259
Closes: intel/compute-runtime#459
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
2021-10-25 11:17:47 +02:00

18 lines
344 B
YAML

# action.yml
#
# Copyright (C) 2021 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
name: 'Neo lint'
description: 'check coding style'
inputs:
path:
description: 'Relative path under $GITHUB_WORKSPACE to place the repository'
iregex:
description: 'iregex to pass to clang-format'
runs:
using: 'docker'
image: 'Dockerfile'