summaryrefslogtreecommitdiffstats
path: root/.github/workflows/lint/action.yml
blob: 2f3008750fa56894f06744f979760d9a6afd294e (plain)
1
2
3
4
5
6
7
8
name: Lint
description: Run static analysis 
branding:
  icon: check-circle
  color: green
runs:
  using: 'docker'
  image: 'Dockerfile'