This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
Add specification about both new logs experimental features #1458
Workflow file for this run
This file contains 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: Tests | |
on: | |
pull_request: | |
push: | |
# trying and staging branches are for BORS config | |
branches: | |
- main | |
jobs: | |
yaml-lint: | |
runs-on: ubuntu-latest | |
name: linter-check | |
steps: | |
- uses: actions/checkout@v2 | |
- name: yaml-lint | |
uses: ibiqlik/action-yamllint@v3 | |
with: | |
config_file: .yamllint.yml |