Skip to content

ci: add GitHub Actions workflow for CI #1

ci: add GitHub Actions workflow for CI

ci: add GitHub Actions workflow for CI #1

Workflow file for this run

name: test
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: echo hello world
run: |
echo "hello world"