Skip to content

Commit

Permalink
update required and nullable fields
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Jan 22, 2024
1 parent a0f7ebb commit 6fa28dd
Show file tree
Hide file tree
Showing 3 changed files with 424 additions and 55 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/close-stale-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
jobs:
stale:
runs-on: ubuntu-latest
# only run this action on `vechain/thor` repository
if: github.repository == 'vechain/thor'

permissions:
contents: write
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/qodana-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

jobs:
scan_qodana:
# only run this action on `vechain/thor` repository
if: github.repository == 'vechain/thor'
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
Loading

0 comments on commit 6fa28dd

Please sign in to comment.