Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Bump actions/checkout from 3 to 4 #58

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #58

Workflow file for this run

name: ci
on: push
# Prevent writing to the repository using the CI token.
# Ref: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#permissions
permissions: read-all
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.19.x
cache: true
check-latest: true
- name: Test
run: make test && make checkgenerate