Skip to content

Bump semver from 5.7.1 to 5.7.2 #2

Bump semver from 5.7.1 to 5.7.2

Bump semver from 5.7.1 to 5.7.2 #2

Workflow file for this run

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