Skip to content

feat: first cut of credential helper plugin #1

feat: first cut of credential helper plugin

feat: first cut of credential helper plugin #1

Workflow file for this run

name: bash-checks
on:
pull_request:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Lint
run: docker-compose run --rm lint
- name: Test
run: docker-compose run --rm tests