Skip to content

Do 2213 fix oss license generate xls #36

Do 2213 fix oss license generate xls

Do 2213 fix oss license generate xls #36

Workflow file for this run

---
name: GitHub Actions lint
on:
workflow_dispatch:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run yaml lint
uses: karancode/yamllint-github-action@v2.0.0
with:
yamllint_strict: false
yamllint_config_filepath: ./.yamllint.yaml
yamllint_comment: true