Skip to content

impl: 0x29, 0x09, 0x49, 0x85, 0x86, 0x84, 0x90 #3

impl: 0x29, 0x09, 0x49, 0x85, 0x86, 0x84, 0x90

impl: 0x29, 0x09, 0x49, 0x85, 0x86, 0x84, 0x90 #3

Workflow file for this run

name: Unit tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '22'
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test