mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-20 13:11:34 +08:00
add lint workflow
Related-To: NEO-6259 Closes: intel/compute-runtime#459 Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
47eef95584
commit
fcb6b0b7b7
21
.github/workflows/verify.yml
vendored
Normal file
21
.github/workflows/verify.yml
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
#
|
||||
# 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
|
Reference in New Issue
Block a user