Skip to content

Replace --exclude-from with --filter to allow for .gitignore syntax in .distignore #165

Replace --exclude-from with --filter to allow for .gitignore syntax in .distignore

Replace --exclude-from with --filter to allow for .gitignore syntax in .distignore #165

Workflow file for this run

name: Automated Tests
on:
pull_request:
branches:
- develop
push:
branches:
- develop
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Shellcheck
uses: ludeeus/action-shellcheck@master