Fix fetching passwords and TOTPs from vault #14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: main | |
on: [push, pull_request] | |
jobs: | |
shellcheck: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Installing dependencies | |
run: | | |
sudo apt-get update -y | |
sudo apt-get install -y shellcheck | |
- name: Running tests | |
run: ./test/shellcheck.sh |