Skip to content

Add Two New Error/Security Logging Service Issue Templates and Update Checklists for Others #114

Add Two New Error/Security Logging Service Issue Templates and Update Checklists for Others

Add Two New Error/Security Logging Service Issue Templates and Update Checklists for Others #114

Workflow file for this run

---
name: Code Analysis
on: # yamllint disable-line rule:truthy
# Trigger the workflow on pushes to the default branch and all pull requests.
push:
branches:
- main
pull_request:
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- name: Lint markdown files
uses: avto-dev/markdown-lint@v1
with:
args: 'README.md .github/'
yaml-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: YAML lint
uses: ibiqlik/action-yamllint@v3
with:
config_file: .yamllint.yml