Skip to content

Commit 1e06721

Browse files
committed
GitHub Actions 설정 갱신
1 parent 11b8a20 commit 1e06721

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/lint.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v2
16-
- name: Override OpenAPI Version to 3.0.x (generator does not support 3.1)
17-
run: |
18-
for file in `find src -type f`; do
19-
sed -i 's/openapi: "3.1.0"/openapi: "3.0.0"/' $file
20-
done
21-
- uses: stoplightio/spectral-action@v0.7.3
16+
# - name: Override OpenAPI Version to 3.0.x (generator does not support 3.1)
17+
# run: |
18+
# for file in `find src -type f`; do
19+
# sed -i 's/openapi: "3.1.0"/openapi: "3.0.0"/' $file
20+
# done
21+
- uses: stoplightio/spectral-action@v0.8.10
2222
with:
2323
file_glob: "src/*.yaml"
2424
library-deployment:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# <sub><img src="favicon.svg" height="32" /></sub> @solvedac/<ins>unofficial</ins>-documentation
22

3-
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/solvedac/unofficial-documentation/lint?label=documentation+validity+check&style=for-the-badge)
3+
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/solvedac/unofficial-documentation/lint.yaml?branch=main&label=documentation+validity+check&style=for-the-badge)
44

55
[![banner](assets/solvedac-ud-full.png)](https://solvedac.github.io/unofficial-documentation)
66

0 commit comments

Comments
 (0)