Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Select: make sure there is only one select-overlay element #171

Select: make sure there is only one select-overlay element

Select: make sure there is only one select-overlay element #171

Workflow file for this run

---
on:
pull_request:
jobs:
lint-node:
uses: ./.github/workflows/lint-node.yaml
secrets: inherit
test-node:
uses: ./.github/workflows/test-node.yaml
secrets: inherit
check-types:
uses: ./.github/workflows/check-types.yaml
secrets: inherit
lint-yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: yaml lint
run: |
yamllint -d \
"{
extends: default,
ignore: [chart/*, ci/*, nutcracker.yaml],
rules:
{
line-length: disable,
truthy:
{
allowed-values: ['true', 'false', 'on']
},
comments:
{
min-spaces-from-content: 1
},
braces:
{
max-spaces-inside: 1
},
brackets:
{
max-spaces-inside: 1
}
}
}" .