Skip to content

feat(ci): add e2e tests for subject mappings, support for --force delete #2

feat(ci): add e2e tests for subject mappings, support for --force delete

feat(ci): add e2e tests for subject mappings, support for --force delete #2

Workflow file for this run

name: 'BATS test lint'
on:
pull_request:
branches:
- main
paths:
- 'e2e/**'
jobs:
test-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v1
- name: Run ShellCheck
uses: azohra/shell-linter@latest
with:
path: 'e2e'