Skip to content

Extend Serde support to cover asynch maps. (#109) #70

Extend Serde support to cover asynch maps. (#109)

Extend Serde support to cover asynch maps. (#109) #70

Workflow file for this run

name: Shellcheck
"on":
push:
pull_request:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -e SC2148