Skip to content

feat: add UpdatedAt tracking to execution steps, optimize subworkflow… #14

feat: add UpdatedAt tracking to execution steps, optimize subworkflow…

feat: add UpdatedAt tracking to execution steps, optimize subworkflow… #14

Workflow file for this run

name: CI
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.24'
- name: Install dependencies
run: go mod download
- name: Run tests
run: go test -v ./...