kmk_firmware/.github/workflows/test.yml
2020-10-01 23:01:08 +03:00

14 lines
238 B
YAML

# This is a basic workflow to help you get started with Actions
name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
container: kmkfw/base
steps:
- uses: actions/checkout@v2
- run: make test