Skip to content
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

Spec update/6.0.0 #8

Open
wants to merge 20 commits into
base: v5
Choose a base branch
from
Open
Show file tree
Hide file tree
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 Aug 13, 2022
3665969
update index file
Cloudate9 Aug 13, 2022
c1078f4
Add deploy action to spec update
Cloudate9 Aug 13, 2022
7c19b8f
Use ref name instead of ref
Cloudate9 Aug 13, 2022
173cd5d
Merge branch 'v5' into spec-update/6.0.0
Cloudate9 Aug 13, 2022
8b8ab55
Attempt exclude spec update branches from json check
Cloudate9 Aug 13, 2022
ad7d8a7
Merge remote-tracking branch 'origin/spec-update/6.0.0' into spec-upd…
Cloudate9 Aug 13, 2022
c5d1513
Attempt exclude spec update branches from json check (2)
Cloudate9 Aug 13, 2022
8aa676d
Attempt exclude spec update branches from json check (3)
Cloudate9 Aug 13, 2022
36b955e
Attempt exclude spec update branches from json check (4)
Cloudate9 Aug 13, 2022
fb587c9
Attempt exclude spec update branches from json check (5)
Cloudate9 Aug 13, 2022
da827dd
Attempt exclude spec update branches from json check (6)
Cloudate9 Aug 13, 2022
48cb450
Attempt exclude spec update branches from json check (7)
Cloudate9 Aug 13, 2022
202d15e
Attempt exclude spec update branches from json check (8)
Cloudate9 Aug 13, 2022
47e46ca
Attempt exclude spec update branches from json check (9)
Cloudate9 Aug 13, 2022
0f795f7
Attempt exclude spec update branches from json check (10)
Cloudate9 Aug 13, 2022
6c8cbc9
Attempt exclude spec update branches from json check (11)
Cloudate9 Aug 13, 2022
0a6d840
Attempt exclude spec update branches from json check (12)
Cloudate9 Aug 13, 2022
6d4047a
Perhaps it's not all that bad to have json checked - just update vali…
Cloudate9 Aug 13, 2022
2a6fb4a
Add eof
Cloudate9 Aug 15, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions .github/workflows/jsonCheck.yaml
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
4 changes: 2 additions & 2 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
contents: write
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -29,4 +29,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build
target-folder: ${{ github.ref }} # Publish docs to a specific path. This allows spec updates to not override existing prod sites
target-folder: ${{ github.ref_name }} # Publish docs to a specific path. This allows spec updates to not override existing prod site
5 changes: 0 additions & 5 deletions mods/index.json

This file was deleted.

1 change: 1 addition & 0 deletions mods/indices/index.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"indexVersion":"5.2.0","modLoaders":[],"identifiers":[],"eolEpochTime":null}
Cloudate9 marked this conversation as resolved.
Show resolved Hide resolved
34 changes: 0 additions & 34 deletions schema/indexSchema.json

This file was deleted.

Loading