Skip to content

chore(deps): bump golang.org/x/crypto from 0.1.0 to 0.17.0 #787

chore(deps): bump golang.org/x/crypto from 0.1.0 to 0.17.0

chore(deps): bump golang.org/x/crypto from 0.1.0 to 0.17.0 #787

Workflow file for this run

name: ShellCheck
on: [pull_request]
jobs:
shell_check:
runs-on: ubuntu-latest
name: ShellCheck
steps:
- uses: actions/checkout@v2
- name: Install shellcheck
run: sudo apt-get update && sudo apt-get install -y shellcheck
- name: Check scripts
run: shellcheck ./scripts/install.sh