We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b21a8 commit 57f383fCopy full SHA for 57f383f
.github/workflows/tests.yaml
@@ -35,25 +35,6 @@ jobs:
35
- name: E2E Tests
36
run: npm run e2e
37
38
- cli-package-test:
39
- runs-on: ubuntu-latest
40
- steps:
41
- - uses: actions/checkout@v4
42
- - uses: actions/setup-node@v3
43
- with:
44
- node-version: 24
45
- cache: npm
46
- - name: Install dependencies
47
- run: npm ci
48
- - name: Prepare CLI and Core packages
49
- run: npm run pack:prepare
50
- - name: Install CLI Package
51
- run: npm install -g redocly-cli.tgz
52
- - name: Redocly version
53
- run: redocly --version
54
- - name: Definition test
55
- run: redocly lint resources/rebilly.yaml --format=stylish
56
-
57
code-style-check:
58
runs-on: ubuntu-latest
59
steps:
0 commit comments