Skip to content

fix deploy

fix deploy #39

Workflow file for this run

---
name: Lint
on: pull_request # yamllint disable-line rule:truthy
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3