Skip to content

Commit

Permalink
workflow: updated vaccum to remove kebab case warning
Browse files Browse the repository at this point in the history
  • Loading branch information
densumesh committed Mar 19, 2024
1 parent 3425de1 commit 716f0cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/rules.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
extends: [[spectral:oas,recommended]]
rules:
paths-kebab-case: false
2 changes: 1 addition & 1 deletion .github/workflows/rust-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ jobs:
- name: Generating OpenAPI spec
run: cargo run --features runtime-env --manifest-path server/Cargo.toml --bin redoc_ci > openapi.json
- name: Vaccum lint
run: vacuum lint openapi.json
run: vacuum lint openapi.json -r '.github/workflows/rules.yaml'

0 comments on commit 716f0cc

Please sign in to comment.