Skip to content

Commit

Permalink
Merge pull request #64 from planet-a-ventures/update_flake_lock_action
Browse files Browse the repository at this point in the history
chore: update flake.lock
  • Loading branch information
joscha authored Oct 21, 2024
2 parents 4df29ba + 7793df6 commit 0470892
Show file tree
Hide file tree
Showing 14 changed files with 47 additions and 23 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# EditorConfig is awesome: https://editorconfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8

[*.ts]
indent_size = 2
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Test, Lint & Deploy"
name: 'Test, Lint & Deploy'
on: [push, pull_request]
env:
DIRENV_WARN_TIMEOUT: 5m
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
with:
pr-title: "chore: update flake.lock"
commit-msg: "chore: update flake.lock"
pr-title: 'chore: update flake.lock'
commit-msg: 'chore: update flake.lock'
3 changes: 2 additions & 1 deletion .yamlfmt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
gitignore_excludes: true
eof_newline: true
exclude:
- .yamllint
- .yamllint
- .pre-commit-config.yaml
2 changes: 1 addition & 1 deletion .yamllint
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ignore: |
.pre-commit-config.yaml
node_modules
node_modules
2 changes: 2 additions & 0 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"fetch-mock": "npm:fetch-mock@^11.1.3",
"typescript": "npm:typescript@^5.4.5"
},
"nodeModulesDir": "auto",
"tasks": {
"build": "deno run -A scripts/build_npm.ts",
"check": "deno check src/**/*.ts",
Expand Down Expand Up @@ -61,6 +62,7 @@
"singleQuote": true,
"proseWrap": "always",
"exclude": [
".pre-commit-config.yaml",
"cov_profile/",
"docs/",
"dist/",
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion openapitools.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.9.0",
"version": "7.10.0-20241021.102936-40",
"repository": {
"downloadUrl": "https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/7.10.0-SNAPSHOT/openapi-generator-cli-${versionName}.jar"
},
"generators": {
"v2": {
"generatorName": "typescript",
Expand Down
2 changes: 1 addition & 1 deletion src/v2/generated/.openapi-generator/VERSION

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/v2/generated/apis/baseapi.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/v2/generated/auth/auth.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions src/v2/generated/http/http.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/v2/generated/models/ObjectSerializer.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions src/v2/generated/servers.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0470892

Please sign in to comment.