mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2026-07-25 03:55:55 -04:00
play with github actions
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
name: Lint
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: azohra/shell-linter@master
|
||||
Reference in New Issue
Block a user