Skip to content

fix bug various bug and release 0.4.5 with new node version MAIN 4.2 … #121

fix bug various bug and release 0.4.5 with new node version MAIN 4.2 …

fix bug various bug and release 0.4.5 with new node version MAIN 4.2 … #121

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run tests
run: task test