dctlenv/.github/workflows/ci.yml

17 lines
208 B
YAML

name: Test Workflow
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: make