Skip to content

✏️ add a build and technos badge #4

✏️ add a build and technos badge

✏️ add a build and technos badge #4

Workflow file for this run

name: Lint
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_call:
jobs:
lint-markdown:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Lint markdown files
uses: avto-dev/[email protected]
with:
args: "**/*.md"
lint-yaml:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Lint yaml files
uses: ibiqlik/[email protected]