Skip to content

Merge pull request #2 from antonwolfy/patch-1 #11

Merge pull request #2 from antonwolfy/patch-1

Merge pull request #2 from antonwolfy/patch-1 #11

Workflow file for this run

# SPDX-FileCopyrightText: 2023 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
name: pre-commit
permissions: read-all
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/[email protected]