Skip to content

add in a logger, that redacts #6

add in a logger, that redacts

add in a logger, that redacts #6

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 # [email protected]
with:
bundler-cache: true
- name: bootstrap
run: script/bootstrap
- name: test
run: script/test -d -k