Skip to content

build(deps): Bump fsfe/reuse-action from 4 to 5 #5

build(deps): Bump fsfe/reuse-action from 4 to 5

build(deps): Bump fsfe/reuse-action from 4 to 5 #5

Workflow file for this run

# SPDX-FileCopyrightText: Alliander N.V.
#
# SPDX-License-Identifier: Apache-2.0
name: Pull-request review
on:
pull_request:
push:
branches: [main]
jobs:
review:
steps:

Check failure on line 14 in .github/workflows/review.yml

View workflow run for this annotation

GitHub Actions / Pull-request review

Invalid workflow file

The workflow is not valid. .github/workflows/review.yml (Line: 14, Col: 5): Required property is missing: runs-on
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Pre-commit checks
run: |
pip install pre-commit
pre-commit install
pre-commit run --all-files