Skip to content

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #108

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows #108

Workflow file for this run

name: Static Checks
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:
config-file: '.github/workflows/static/mlc_config.json'
use-verbose-mode: 'yes'
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master