mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2026-06-14 05:25:26 -04:00
what would shellcheck do
This commit is contained in:
@@ -1,14 +1,10 @@
|
||||
name: Lint
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v2
|
||||
- uses: azohra/shell-linter@master
|
||||
continue-on-error: true
|
||||
|
||||
Reference in New Issue
Block a user