Skip to content

Commit

Permalink
line 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Reuven committed Jul 4, 2024
1 parent 4caee2d commit 535d7ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 2 # fetch two commits so we can get the prev commit

- name: Test
run: echo "::warning file=simple.yaml,line=1,col=5,endColumn=7::Missing semicolon"
run: echo "::warning file=simple.yaml,line=2,col=5,endColumn=7::Missing semicolon"

- name: Get prev commit
run: echo "PREV_COMMIT=$(git --no-pager log --skip=1 --max-count=1 | grep commit | cut -d' ' -f2)" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion simple.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
openapi: 3.0.1
info:
info :

Check warning on line 2 in simple.yaml

View workflow job for this annotation

GitHub Actions / oasdiff

Missing semicolon
title: Test API
version: v1
paths:
Expand Down

0 comments on commit 535d7ac

Please sign in to comment.