Skip to content

Commit 7f9990f

Browse files
committed
Fix generated types
1 parent 4c7a10f commit 7f9990f

File tree

5 files changed

+156
-333
lines changed

5 files changed

+156
-333
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,11 @@ concurrency:
1818
cancel-in-progress: true
1919

2020
jobs:
21-
linting:
22-
name: "Linting"
23-
uses: SocketDev/workflows/.github/workflows/reusable-base.yml@master
24-
with:
25-
npm-test-script: 'check'
2621
test:
2722
name: "Tests"
2823
uses: SocketDev/workflows/.github/workflows/reusable-base.yml@master
2924
with:
25+
no-lockfile: true
3026
npm-test-script: 'test-ci'
3127
node-versions: '18,20,22,23'
28+
os: 'ubuntu-latest,windows-latest'

.ncurc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"loglevel": "minimal",
3-
"reject": ["eslint-plugin-unicorn"],
3+
"reject": ["eslint-plugin-unicorn", "openapi-typescript"],
44
"upgrade": true
55
}

0 commit comments

Comments
 (0)