Skip to content

add a no-op github ci #1

add a no-op github ci

add a no-op github ci #1

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Run Tests
run: |
exit 0