Skip to content

Merge pull request #5 from IntelPython/dependabot/github_actions/acti… #23

Merge pull request #5 from IntelPython/dependabot/github_actions/acti…

Merge pull request #5 from IntelPython/dependabot/github_actions/acti… #23

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-latest
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1