Skip to content

Revert changes in vendor directory to fix SVN error #50

Revert changes in vendor directory to fix SVN error

Revert changes in vendor directory to fix SVN error #50

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@v2
- name: Shellcheck
uses: ludeeus/action-shellcheck@master