Skip to content

fix deploy, part 3. Typos... #41

fix deploy, part 3. Typos...

fix deploy, part 3. Typos... #41

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