Skip to content

fix: update GHCR image namespace to bobbyjohnstx #25

fix: update GHCR image namespace to bobbyjohnstx

fix: update GHCR image namespace to bobbyjohnstx #25

Workflow file for this run

name: Tests
on:
pull_request:
branches: [main]
push:
branches: [main]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- name: Install bats
run: |
git clone https://github.com/bats-core/bats-core.git /tmp/bats
sudo /tmp/bats/install.sh /usr/local
- name: Run tests
run: bats test/
- name: Shell syntax check
run: bash -n entrypoint.sh