Skip to content

Update module github.com/stretchr/testify to v1.10.0 #258

Update module github.com/stretchr/testify to v1.10.0

Update module github.com/stretchr/testify to v1.10.0 #258

Workflow file for this run

name: CI checks
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install devbox
uses: jetpack-io/[email protected]
with:
enable-cache: true
- name: Run checks
run: devbox run -- make check
- name: Run tests
run: devbox run -- make test