Skip to content

🚀 gha: bump microsoft/setup-msbuild from 1.3.2 to 2.0.0 #884

🚀 gha: bump microsoft/setup-msbuild from 1.3.2 to 2.0.0

🚀 gha: bump microsoft/setup-msbuild from 1.3.2 to 2.0.0 #884

Workflow file for this run

---
# SPDX-FileCopyrightText: Jürgen Mülbert <juergen.muelbert@web.de>
#
# SPDX-License-Identifier: EUPL-1.2
name: REUSE Compliance Check
# yamllint disable
on:
# yamllint enable
push:
pull_request:
jobs:
ReuseCheck:
runs-on: ubuntu-latest
steps:
- name: "🧰 Checkout"
uses: actions/checkout@v4
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: REUSE Compliance Check
uses: fsfe/reuse-action@v2