Skip to content

Bump xunit from 2.9.0 to 2.9.1 in /tools in the dotnet group #1956

Bump xunit from 2.9.0 to 2.9.1 in /tools in the dotnet group

Bump xunit from 2.9.0 to 2.9.1 in /tools in the dotnet group #1956

name: Word Converter
# Triggers the workflow on pull request events that update the branch
on:
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
inputs:
reason:
description: 'The reason for running the workflow'
required: true
default: 'Manual run'
jobs:
word-converter:
runs-on: ubuntu-latest
permissions:
checks: write
env:
DOTNET_NOLOGO: true
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HEAD_SHA: ${{ github.event.pull_request.head.sha }}
steps:
- name: Check out our repo
uses: actions/checkout@v2
- name: Setup .NET 8.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x
- name: Run converter
run: |
cd tools
./run-converter.sh