Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Commit 6cf8f3c

Browse files
committed
feat: add lint test
1 parent 4da9eee commit 6cf8f3c

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Test Lint
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
test_lint:
7+
runs-on: ubuntu-latest
8+
name: test lint
9+
steps:
10+
- name: checkout
11+
uses: actions/checkout@v2
12+
13+
- name: test lint
14+
uses: ./
15+
with:
16+
args: lint test/petstore.yaml

0 commit comments

Comments
 (0)