Skip to content

Commit

Permalink
Merge pull request #1 from event-catalog/testing-cicd
Browse files Browse the repository at this point in the history
testing CI/CD
  • Loading branch information
boyney123 authored Feb 5, 2025
2 parents 96e32fe + e85aaa4 commit abb5fad
Show file tree
Hide file tree
Showing 10 changed files with 444 additions and 7,755 deletions.
5 changes: 5 additions & 0 deletions .changeset/hot-kangaroos-fetch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@eventcatalogtest/generator-openapi": patch
---

chore(plugin): testing CI/CD
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Installation
run: pnpm i
- name: Prettier Code
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Installation
run: pnpm install
- name: Run tests
Expand All @@ -30,8 +28,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Installation
run: pnpm install
- name: Run tests
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/verify-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- name: Installation
run: pnpm i
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ This repository contains the generators for the EventCatalog project.

## Generators

- [OpenAPI](./packages/generator-openapi/README.md)
- [OpenAPI](./packages/generator-openapi/README.md)
2 changes: 1 addition & 1 deletion packages/generator-openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@changesets/cli": "^2.27.7",
"@eventcatalog/sdk": "^1.4.4",
"@eventcatalog/sdk": "^1.4.8",
"chalk": "^4",
"js-yaml": "^4.1.0",
"openapi-types": "^12.1.3",
Expand Down
Loading

0 comments on commit abb5fad

Please sign in to comment.