Skip to content

Bump actions/checkout from 5 to 6 in the gh-actions-dependencies group #734

Bump actions/checkout from 5 to 6 in the gh-actions-dependencies group

Bump actions/checkout from 5 to 6 in the gh-actions-dependencies group #734

Workflow file for this run

name: Pull Request Code test
on:
pull_request:
types: [ assigned, opened, synchronize, reopened ]
paths-ignore:
- 'docs/**'
- '**/*.md'
jobs:
checks:
name: run
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Setup Go Environment
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: Run tests
run: make test