Skip to content

Commit 9fa74c4

Browse files
committed
ci: use renamed scripts for yml linting
1 parent fd04296 commit 9fa74c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
run: npm install
2020

2121
- name: Lint OpenAPI specification
22-
run: npm run lint
22+
run: npm run spec:lint
2323

2424
- name: Bundle OpenAPI specification
25-
run: npm run bundle
25+
run: npm run spec:bundle
2626

2727
- name: Upload bundled specification
2828
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)