Skip to content

Self-test step: reference plugin via shorthand (SSH repo URLs are not… #3

Self-test step: reference plugin via shorthand (SSH repo URLs are not…

Self-test step: reference plugin via shorthand (SSH repo URLs are not… #3

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Bats tests
run: docker run --rm -v "$PWD:/plugin:ro" buildkite/plugin-tester:v4.1.1
- name: Plugin lint
run: docker run --rm -v "$PWD:/plugin:ro" buildkite/plugin-linter --id testingbot/testingbot
- name: Shellcheck
run: >
docker run --rm -v "$PWD:/plugin:ro" -w /plugin koalaman/shellcheck:stable
-x hooks/environment hooks/pre-command hooks/post-command hooks/pre-exit
lib/shared.bash lib/tunnel.bash lib/api.bash lib/annotate.bash