Skip to content

Add logging config

Add logging config #5

Workflow file for this run

name: Pull request
on:
pull_request:
types:
- opened
- synchronize
jobs:
test-node:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
uses: ./.github/actions/node-tests
test-python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
uses: ./.github/actions/python-tests