Skip to content

Add ?Sized bounds for range methods #47

Add ?Sized bounds for range methods

Add ?Sized bounds for range methods #47

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