Skip to content

Merge pull request #7 from 10up/feature/match-plugin-deploy #13

Merge pull request #7 from 10up/feature/match-plugin-deploy

Merge pull request #7 from 10up/feature/match-plugin-deploy #13

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