diff --git a/.github/workflows/watch-lintdiff.yaml b/.github/workflows/watch-lintdiff.yaml new file mode 100644 index 000000000000..0fe693399882 --- /dev/null +++ b/.github/workflows/watch-lintdiff.yaml @@ -0,0 +1,20 @@ +# Use ~ to sort the workflow to the bottom of the list +name: ~Watch - LintDiff + +on: + check_run: + types: [completed] + +jobs: + check-lintdiff: + runs-on: ubuntu-latest + steps: + # Output the JSON of the triggering event using github script + - name: Output check_run event + uses: actions/github-script@v7 + with: + script: | + console.log(JSON.stringify(github.event)); + return JSON.stringify(github.event.check_run); + result-encoding: string + \ No newline at end of file diff --git a/specification/contosowidgetmanager/data-plane/Azure.Contoso.WidgetManager/stable/2022-12-01/widgets.json b/specification/contosowidgetmanager/data-plane/Azure.Contoso.WidgetManager/stable/2022-12-01/widgets.json index 34f77daf7126..7ed1239f54eb 100644 --- a/specification/contosowidgetmanager/data-plane/Azure.Contoso.WidgetManager/stable/2022-12-01/widgets.json +++ b/specification/contosowidgetmanager/data-plane/Azure.Contoso.WidgetManager/stable/2022-12-01/widgets.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "title": "Contoso Widget Manager", + "title": "Contoso Widget Manager with a small change. With another small change. 1,2,3,4,5,6,7,8,9,10,11,12,13,14", "version": "2022-12-01", "x-typespec-generated": [ {