Skip to content

Bump actions/checkout from 5 to 6 (#154) #214

Bump actions/checkout from 5 to 6 (#154)

Bump actions/checkout from 5 to 6 (#154) #214

Workflow file for this run

name: Go Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
container: golang:1
steps:
- name: Mark git directory safe
uses: Chia-Network/actions/git-mark-workspace-safe@main
- uses: actions/checkout@v6
- name: Test
run: make test