Skip to content

Merge pull request #310 from cybozu-go/yaml-placeholders #1898

Merge pull request #310 from cybozu-go/yaml-placeholders

Merge pull request #310 from cybozu-go/yaml-placeholders #1898

Workflow file for this run

name: "Main"
on:
pull_request:
push:
branches:
- "main"
permissions:
contents: read
jobs:
build:
name: "build"
runs-on: "ubuntu-22.04"
steps:
- uses: actions/checkout@v7.0.0
- uses: actions/setup-go@v6.4.0
with:
go-version-file: "go.mod"
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v4
- run: go mod tidy && make generate && make check-uncommitted
- run: make lint
- run: make test