Skip to content

Parse AZDO PR's numbers with enabled auto-complete #83

Parse AZDO PR's numbers with enabled auto-complete

Parse AZDO PR's numbers with enabled auto-complete #83

Workflow file for this run

name: PR
on:
pull_request:
branches: [main]
jobs:
code_quality_checks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: TrueBrain/actions-flake8@master
name: Linting
if: "true"
with:
path: ./src
- uses: hadolint/[email protected]
name: Docker Linting
with:
dockerfile: ./src/Dockerfile
- name: MD Linting
uses: actionshub/markdownlint@main
- name: Stay woke
uses: get-woke/woke-action@v0
with:
# Cause the check to fail on any broke rules
fail-on-error: true