mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00

Related-To: NEO-6259 Closes: intel/compute-runtime#459 Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
22 lines
316 B
YAML
22 lines
316 B
YAML
#
|
|
# Copyright (C) 2021 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
name: verify
|
|
on:
|
|
- pull_request
|
|
|
|
jobs:
|
|
lint:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
with:
|
|
path: neo
|
|
- name: lint
|
|
uses: ./neo/.github/actions/neo-lint
|
|
with:
|
|
path: neo
|