Skip to content

init pipeline

init pipeline #1

Workflow file for this run

name: CI
on:
push:
branches:
- gha
jobs:
main:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Test
run: echo "Test"