Now that closeDll is not experimental, delete the annotation (#761) #1413
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: YAML lint | |
| on: | |
| pull_request: | |
| push: | |
| branches: [main] | |
| workflow_dispatch: | |
| jobs: | |
| yamllint: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: ibiqlik/action-yamllint@v3 | |
| with: # See: https://github.com/ibiqlik/action-yamllint#optional-input-parameters | |
| strict: true | |
| format: colored | |
| # config_file: .yamllint.yml # See: https://yamllint.readthedocs.io/en/stable/configuration.html |