Skip to content

created PR

created PR #1

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [ main ]
jobs:
dummy:
runs-on: ubuntu-latest
steps:
- name: Dummy step
run: echo "CI passed"