Skip to content

health

health #2

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
repository_dispatch:
types: [automated-update-trigger]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Dummy CI
run: echo "OK"