Skip to content
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
40 changes: 0 additions & 40 deletions .github/workflows/1_tests.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/2_coverage.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/3_linting.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/4_docs_build.yml

This file was deleted.

60 changes: 0 additions & 60 deletions .github/workflows/5_docs_deploy.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/6_pypi_release.yml

This file was deleted.

27 changes: 27 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Node CI/CD

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'

- name: Install dependencies
run: npm ci

- name: Run tests
run: npx jest
16 changes: 16 additions & 0 deletions node_modules/.bin/acorn

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions node_modules/.bin/acorn.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions node_modules/.bin/acorn.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions node_modules/.bin/baseline-browser-mapping

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading