-
Notifications
You must be signed in to change notification settings - Fork 1
Spec update/6.0.0 #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Cloudate9
wants to merge
20
commits into
v5
Choose a base branch
from
spec-update/6.0.0
base: v5
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 19 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
d8aef49
Replace json schema with openapi
Cloudate9 3665969
update index file
Cloudate9 c1078f4
Add deploy action to spec update
Cloudate9 7c19b8f
Use ref name instead of ref
Cloudate9 173cd5d
Merge branch 'v5' into spec-update/6.0.0
Cloudate9 8b8ab55
Attempt exclude spec update branches from json check
Cloudate9 ad7d8a7
Merge remote-tracking branch 'origin/spec-update/6.0.0' into spec-upd…
Cloudate9 c5d1513
Attempt exclude spec update branches from json check (2)
Cloudate9 8aa676d
Attempt exclude spec update branches from json check (3)
Cloudate9 36b955e
Attempt exclude spec update branches from json check (4)
Cloudate9 fb587c9
Attempt exclude spec update branches from json check (5)
Cloudate9 da827dd
Attempt exclude spec update branches from json check (6)
Cloudate9 48cb450
Attempt exclude spec update branches from json check (7)
Cloudate9 202d15e
Attempt exclude spec update branches from json check (8)
Cloudate9 47e46ca
Attempt exclude spec update branches from json check (9)
Cloudate9 0f795f7
Attempt exclude spec update branches from json check (10)
Cloudate9 6c8cbc9
Attempt exclude spec update branches from json check (11)
Cloudate9 0a6d840
Attempt exclude spec update branches from json check (12)
Cloudate9 6d4047a
Perhaps it's not all that bad to have json checked - just update vali…
Cloudate9 2a6fb4a
Add eof
Cloudate9 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,17 @@ | ||
| name: Json Check | ||
| name: Check json in index | ||
|
|
||
| on: | ||
| push: | ||
| branches: [ v5, maintainer-test ] | ||
| branches: | ||
| - v5 | ||
| - maintainer-test | ||
| pull_request: | ||
| branches: [ v5 ] | ||
| branches: | ||
| - v5 | ||
|
|
||
| jobs: | ||
| build: | ||
| validate: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Do the checking of index and manifest files | ||
| uses: reviversmc/the-mod-index-validation@latest | ||
| - name: Check index and manifest files | ||
| uses: ReviversMC/the-mod-index-validation@latest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| {"indexVersion":"5.2.0","modLoaders":[],"identifiers":[],"eolEpochTime":null} | ||
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.