Skip to content

Use Renovate as version "manager" (#8) #131

Use Renovate as version "manager" (#8)

Use Renovate as version "manager" (#8) #131

Workflow file for this run

---
name: Lint
"on": [push]
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- name: install
uses: asdf-vm/actions/[email protected]
- name: lint.bash
run: scripts/lint.bash
actionlint:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- name: Check workflow files
uses: docker://rhysd/actionlint:1.6.23
with:
args: -color
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
# uses .markdownlint.yml for configuration
- name: markdownlint
uses: DavidAnson/[email protected]
with:
globs: |
.github/**/*.md
*.md
LICENSE
- name: yamllint
uses: ibiqlik/[email protected]
with:
file_or_dir: |
.github/workflows/*.yml
.*.yml
strict: true
config_file: .yamllint.yml