Skip to content

Commit 1bdca9a

Browse files
authored
Merge branch 'main' into mossaka/proxy-2
2 parents 9475738 + 2a49556 commit 1bdca9a

82 files changed

Lines changed: 12815 additions & 830 deletions

Some content is hidden

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

.github/workflows/ci.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,20 @@ jobs:
5757
echo "Error: Found uncommitted changes in workflow files:"
5858
exit 1
5959
fi
60-
60+
js:
61+
name: Build JavaScript
62+
runs-on: ubuntu-latest
63+
steps:
64+
- name: Checkout code
65+
uses: actions/checkout@v4
66+
- name: Set up Node.js
67+
uses: actions/setup-node@v4
68+
with:
69+
cache: npm
70+
- name: Install npm dependencies
71+
run: npm ci
72+
- name: Run tests
73+
run: npm test
6174
lint:
6275
name: Lint Code
6376
runs-on: ubuntu-latest

.github/workflows/issue-triage.lock.yml

Lines changed: 190 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)