diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..b29ec83 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,23 @@ +name: CI + +on: + pull_request: + push: + branches: + - main + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: pnpm/action-setup@v4 + with: + version: 10.33.0 + - uses: actions/setup-node@v4 + with: + node-version: 22 + cache: pnpm + - run: pnpm install --frozen-lockfile + - run: pnpm test + - run: pnpm build diff --git a/.gitignore b/.gitignore index e86eaeb..c5a1ffd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ node_modules/ -pnpm-lock.yaml .agents/ .local/ .DS_Store @@ -12,7 +11,7 @@ bench/ /debug/ .partykit/ notes/ -scripts/ -test/ +scripts/* +!scripts/testContracts.mjs netlify.toml chrome-trace*.json diff --git a/index.html b/index.html index f8071ad..42e6733 100644 --- a/index.html +++ b/index.html @@ -2326,21 +2326,6 @@

Debug

/> - - -