Skip to content

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

🚀 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 #293

Workflow file for this run

---
# SPDX-FileCopyrightText: Jef LeCompte
#
# SPDX-License-Identifier: MIT
#
name: Pull Request Linter
on:
pull_request:
types:
- opened
- edited
- reopened
jobs:
lint-pr:
name: Lint pull request title
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Lint pull request title
uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}