Skip to content

refactor(config.example.yaml): rename uint64_to_string_fields to bigi… #138

refactor(config.example.yaml): rename uint64_to_string_fields to bigi…

refactor(config.example.yaml): rename uint64_to_string_fields to bigi… #138

Workflow file for this run

name: go-test
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: ./.github/workflows/go-setup
- name: Install tools
run: make install-tools
- name: Run tests
run: make test