Files
test/.github/workflows/ci.yml

12 lines
164 B
YAML

name: CI
on:
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Say hello
run: echo "Hello world!"