Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/test-breaking.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Test oasdiff breaking action'
name: breaking
on:
pull_request:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Test oasdiff changelog action'
name: changelog
on:
pull_request:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-diff.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Test oasdiff diff action'
name: diff
on:
pull_request:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pr-comment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Test oasdiff pr-comment action'
name: pr-comment
on:
pull_request:
push:
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# oasdiff-action
[![CI](https://github.com/oasdiff/oasdiff-action/actions/workflows/test.yaml/badge.svg)](https://github.com/oasdiff/oasdiff-action/actions)
[![breaking](https://github.com/oasdiff/oasdiff-action/actions/workflows/test-breaking.yaml/badge.svg)](https://github.com/oasdiff/oasdiff-action/actions/workflows/test-breaking.yaml)
[![changelog](https://github.com/oasdiff/oasdiff-action/actions/workflows/test-changelog.yaml/badge.svg)](https://github.com/oasdiff/oasdiff-action/actions/workflows/test-changelog.yaml)
[![diff](https://github.com/oasdiff/oasdiff-action/actions/workflows/test-diff.yaml/badge.svg)](https://github.com/oasdiff/oasdiff-action/actions/workflows/test-diff.yaml)
[![pr-comment](https://github.com/oasdiff/oasdiff-action/actions/workflows/test-pr-comment.yaml/badge.svg)](https://github.com/oasdiff/oasdiff-action/actions/workflows/test-pr-comment.yaml)

GitHub Actions for comparing OpenAPI specs and detecting breaking changes, based on [oasdiff](https://github.com/oasdiff/oasdiff).

Expand Down
Loading