Skip to content

Testing the Drone to GitHub Actions migration #266

Testing the Drone to GitHub Actions migration

Testing the Drone to GitHub Actions migration #266

Workflow file for this run

name: Test
on:
pull_request:
jobs:
noop:
name: Noop
runs-on: ubuntu-latest
steps:
- run: echo "success"