Skip to content

Working on OSMI Cards #48

Working on OSMI Cards

Working on OSMI Cards #48

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run a one-line script
run: echo Hello, world!