Files
compute-runtime/.github/workflows/verify.yml
Grzegorz Choinski 56dfc3f702 ci: assign read permission to github workflow
Signed-off-by: Grzegorz Choinski <grzegorz.choinski@intel.com>
2024-01-24 10:00:04 +01:00

25 lines
347 B
YAML

#
# Copyright (C) 2021 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
name: verify
on:
- pull_request
permissions:
contents: read
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