Skip to content

update wf

update wf #33

Workflow file for this run

name: Run tests
on:
pull_request:
branches: ["*"]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Run unit tests
run: exit 0