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

Purge legacy validator #2

Merged
merged 4 commits into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
99 changes: 0 additions & 99 deletions .circleci/config.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,3 @@ updates:
directory: '/'
schedule:
interval: 'monthly'
# - package-ecosystem: 'npm'
# directory: '/'
# schedule:
# interval: 'weekly'
#
# - package-ecosystem: 'npm'
# directory: '/bids-validator-web'
# schedule:
# interval: 'weekly'
89 changes: 0 additions & 89 deletions .github/workflows/docker-build-push.yml

This file was deleted.

54 changes: 0 additions & 54 deletions .github/workflows/node_tests.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/workflows/schema_web_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Use Node 18 for legacy build
- uses: actions/setup-node@v4
with:
node-version: 18
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- run: deno task build
working-directory: ./web
- name: Install NPM deps
run: npm install
- name: Build legacy validator website
run: npm run web-export
- name: Move legacy validator build into deno website
run: mv bids-validator-web/out web/dist/legacy
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
72 changes: 0 additions & 72 deletions .github/workflows/test-bids-examples.yml

This file was deleted.

16 changes: 0 additions & 16 deletions Dockerfile

This file was deleted.

18 changes: 0 additions & 18 deletions babel.config.js

This file was deleted.

3 changes: 0 additions & 3 deletions bids-validator-web/.eslintrc

This file was deleted.

Loading
Loading