Skip to content

Update kubestash info url (#27) #95

Update kubestash info url (#27)

Update kubestash info url (#27) #95

Workflow file for this run

name: CI
on:
pull_request:
branches:
- "*"
push:
branches:
- master
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build
runs-on: ubuntu-22.04
steps:
- name: Set up Go 1.21
uses: actions/setup-go@v1
with:
go-version: '1.21'
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Run checks
run: |
make ci