Skip to content

Merge pull request #338 from ysugimoto/feat/ignore-fastly-generated-s… #407

Merge pull request #338 from ysugimoto/feat/ignore-fastly-generated-s…

Merge pull request #338 from ysugimoto/feat/ignore-fastly-generated-s… #407

Workflow file for this run

name: build
on:
push:
branches:
- "main"
- "testing-ci"
- "feature/*"
tags-ignore:
- 'v*.*.*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.2
- name: Run tests
run: |
make plugin_ci
make test
- name: Lint programs
uses: golangci/golangci-lint-action@v6
with:
version: v1.58
skip-cache: true
skip-save-cache: true
install-mode: binary