mirror of
https://github.com/nix-community/nixpkgs-update.git
synced 2024-12-01 22:46:10 +03:00
6 lines
154 B
YAML
6 lines
154 B
YAML
language: bash
|
|
before_install:
|
|
- wget -c https://goo.gl/ZzKHFv -O - | tar -xvJ -C /tmp/
|
|
- PATH="/tmp/shellcheck-latest:$PATH"
|
|
script: shellcheck *.sh
|