Skip to content

Switch workflows to not use intel channel. #1702

Switch workflows to not use intel channel.

Switch workflows to not use intel channel. #1702

Workflow file for this run

# SPDX-FileCopyrightText: 2022 - 2023 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
name: pre-commit
# Declare default permissions as read only.
permissions: read-all
on:
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]