Skip to content

new func: Remove compiler env vars #563

new func: Remove compiler env vars

new func: Remove compiler env vars #563

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