Skip to content

Merge pull request #11 from Nipsuli/some-stuff #53

Merge pull request #11 from Nipsuli/some-stuff

Merge pull request #11 from Nipsuli/some-stuff #53

Workflow file for this run

name: Checks
on: [push]
jobs:
checks:
# not running checks on mac, not needed
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install ShellCheck
run: sudo apt install shellcheck
- name: ShellCheck
run: shellcheck -x scripts/* nipsulidotfiles.sh install_mac