Skip to content

Merge pull request #16 from okp4/dependabot/github_actions/actions/ad… #43

Merge pull request #16 from okp4/dependabot/github_actions/actions/ad…

Merge pull request #16 from okp4/dependabot/github_actions/actions/ad… #43

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
lint-commits:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-22.04
if: github.actor != 'dependabot[bot]'

Check failure on line 16 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check commits
uses: wagoid/commitlint-github-action@v5
lint-markdown:
runs-on: ubuntu-22.04
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-22.04
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Lint yaml files
uses: ibiqlik/[email protected]