Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/workflows/watch-lintdiff.yaml
Original file line number Diff line number Diff line change
@@ -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

Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down
Loading