Skip to content

Dummy workflow to enable GitHub Actions #1

Dummy workflow to enable GitHub Actions

Dummy workflow to enable GitHub Actions #1

Workflow file for this run

name: ci
on:
workflow_dispatch:
push:
pull_request:
jobs:
dummy:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2