Skip to content

rust: scrub more winapi blobs #26

rust: scrub more winapi blobs

rust: scrub more winapi blobs #26

Workflow file for this run

name: ShellCheck
on: [push, pull_request]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: bewuethr/shellcheck-action@main
env:
SHELLCHECK_OPTS: -e SC2002 -e SC2164