act/.github/workflows/check/action.yml

9 lines
152 B
YAML
Raw Normal View History

name: Check
description: Run static analysis and unit tests
branding:
icon: check-circle
color: green
runs:
using: 'docker'
image: 'Dockerfile'