act/.github/workflows/lint/action.yml
2020-02-24 12:48:12 -08:00

8 lines
137 B
YAML

name: Lint
description: Run static analysis
branding:
icon: check-circle
color: green
runs:
using: 'docker'
image: 'Dockerfile'