10000 Fix https://github.com/DopplerHQ/cli/issues/493 · DopplerHQ/cli@0e188ad · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Atomically create and check existence of configuration and fallback directories #911

Atomically create and check existence of configuration and fallback directories

Atomically create and check existence of configuration and fallback directories #911

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
0