Skip to content

Add dotfile repo status #66

Add dotfile repo status

Add dotfile repo status #66

Workflow file for this run

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