Skip to content

πŸ’š config(ci): Fix coverage upload. #534

πŸ’š config(ci): Fix coverage upload.

πŸ’š config(ci): Fix coverage upload. #534

Workflow file for this run

name: ci:lint-yaml
on:
push:
branches:
- main
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
lint:
name: Continuous integration (lint yaml)
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- name: Checkout πŸ›ŽοΈ
uses: actions/checkout@v4
- name: Install πŸ’Ύ
id: install
run: |
sudo pip install yamllint==1.35.1
- name: Lint YAML files πŸ‘•
run: |
yamllint . --strict --format github