Skip to content

chore: rename project #6

chore: rename project

chore: rename project #6

Workflow file for this run

name: 'Lint yaml'
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install yamllint
run: pip install yamllint
- name: Lint YAML files
run: yamllint .