Skip to content

chore(deps): update docker.io/squidfunk/mkdocs-material docker tag to v9.5.50 #304

chore(deps): update docker.io/squidfunk/mkdocs-material docker tag to v9.5.50

chore(deps): update docker.io/squidfunk/mkdocs-material docker tag to v9.5.50 #304

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-go@v5
with:
go-version: '^1.23'
- name: Run tests
run: |
make test
make promu
make check_license