Add dotfile repo status #66
Workflow file for this run
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: build | |
# Controls when the action will run. Triggers the workflow on push or pull request | |
# events but only for the master branch | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
linux-test: | |
name: Linux Test | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@master | |
- name: Run ShellCheck | |
uses: ludeeus/[email protected] | |
- name: Syntax Testing | |
# -n : ead commands but do not execute them. This may be used to check a shell script for syntax errors. This is ignored by interactive shells. | |
run : | | |
bash -n dotman.sh | |
sh -n tools/install.sh | |