Skip to content

feat: add check for unique name-value pairs in yaml #23

feat: add check for unique name-value pairs in yaml

feat: add check for unique name-value pairs in yaml #23

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
- uses: chartboost/ruff-action@v1