Skip to content

Commit 51a15ca

Browse files
committed
chore: rename job
1 parent 2b25916 commit 51a15ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-vacuum.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Lint OpenAPI spec with vacuum"
1+
name: OpenAPI
22

33
on:
44
pull_request:
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
vacuum-lint:
12-
name: Run OpenAPI linting with vacuum
12+
name: Validate with Vacuum
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)