mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 05:01:43 +00:00
13 lines
196 B
YAML
13 lines
196 B
YAML
name: Run Lint
|
|
description: Run Lint
|
|
|
|
runs:
|
|
using: 'composite'
|
|
steps:
|
|
- name: Setup env
|
|
uses: ./.github/actions/setup
|
|
|
|
- name: Run linters
|
|
shell: bash
|
|
run: yarn lint
|