14 lines
238 B
YAML
Raw Normal View History

2020-09-15 00:22:03 +03:00
# 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