Skip to content

Use ./dk dkml.workflow.compilers #115

Use ./dk dkml.workflow.compilers

Use ./dk dkml.workflow.compilers #115

Workflow file for this run

name: Syntax Check
on: push
jobs:
syntax-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Check Markdown links
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-verbose-mode: 'yes'
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master