Skip to content

Merge pull request #51 from DLR-KI/dependabot/github_actions/j178/pre… #12

Merge pull request #51 from DLR-KI/dependabot/github_actions/j178/pre…

Merge pull request #51 from DLR-KI/dependabot/github_actions/j178/pre… #12

Workflow file for this run

# SPDX-FileCopyrightText: 2026 German Aerospace Center (DLR e.V.) <https://dlr.de>
#
# SPDX-License-Identifier: CC0-1.0
name: Prek checks
on:
push:
pull_request:
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
prek:
name: Run prek checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- uses: j178/prek-action@v2