Skip to content

Merge pull request #8 from kris-anderson/kris/add-more-paths #21

Merge pull request #8 from kris-anderson/kris/add-more-paths

Merge pull request #8 from kris-anderson/kris/add-more-paths #21

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
# 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:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Lint check
uses: azohra/shell-linter@v0.3.0