1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2026-05-14 22:14:24 -04:00

play with github actions

This commit is contained in:
2019-11-03 13:25:29 -05:00
parent a07eb7c623
commit 2ebc986138
+13
View File
@@ -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