Skip to content

Add example github actions pipeline #1

Add example github actions pipeline

Add example github actions pipeline #1

Workflow file for this run

name: Continuous Integration
on: [push]
jobs:
build:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: echo Hello World