Skip to content

Commit 7d88eea

Browse files
authored
Merge pull request #3 from bids-standard/migrate
Migrate to top-level layout
2 parents 7f69dec + 0574977 commit 7d88eea

File tree

623 files changed

+112
-563
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

623 files changed

+112
-563
lines changed

.github/workflows/codespell.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Codespell
33

44
on:
55
push:
6-
branches: [master]
6+
branches: [master, main]
77
pull_request:
8-
branches: [master]
8+
branches: [master, main]
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}
@@ -21,4 +21,4 @@ jobs:
2121
- uses: codespell-project/actions-codespell@master
2222
with:
2323
ignore_words_list: ro,anser,te,tage,afterall,nwe,nin,nd,falsy
24-
skip: package-lock.json, deps*, deno.lock
24+
skip: deno.lock

.github/workflows/deno_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Deno build
33

44
on:
55
push:
6-
branches: [master]
6+
branches: [master, main]
77
tags: ['*']
88
pull_request:
9-
branches: [master]
9+
branches: [master, main]
1010

1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/schema_web_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Schema validator web build
33

44
on:
55
push:
6-
branches: [master]
6+
branches: [master, main]
77
tags: ['*']
88
pull_request:
9-
branches: [master]
9+
branches: [master, main]
1010

1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "bids-examples"]
2-
path = bids-validator/tests/data/bids-examples
2+
path = tests/data/bids-examples
33
url = https://github.com/bids-standard/bids-examples.git

CONTRIBUTING.md

Lines changed: 4 additions & 13 deletions

README.md

Lines changed: 41 additions & 408 deletions

bids-validator/.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

bids-validator/.npmignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

bids-validator/README.md

Lines changed: 0 additions & 71 deletions
This file was deleted.

bids-validator/bids-validator-deno

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)