name: Run kas standard test - lint
author: Jeff Kim
description: 'Run kas standard test - lint'

runs:
  using: "composite"
  steps:
    - name: Simple test
      shell: bash
      run: |
        test "$(gofmt -d . | wc -m)" -eq 0
