Skip to content

fix: installing latest version of pnpm (#41) #169

fix: installing latest version of pnpm (#41)

fix: installing latest version of pnpm (#41) #169

Workflow file for this run

name: Shellcheck
on: [push, pull_request]
jobs:
shellcheck:
runs-on: ubuntu-latest
strategy:
matrix:
shell:
- bash
- dash
- ksh
- sh
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: ShellCheck
uses: ludeeus/[email protected]
env:
SHELLCHECK_OPTS: -s ${{ matrix.shell }}