Skip to content

Update GolangCI-lint to v1.56.2 #97

Update GolangCI-lint to v1.56.2

Update GolangCI-lint to v1.56.2 #97

Workflow file for this run

name: build
on:
pull_request:
types: [ closed ]
jobs:
build:
if: github.event.pull_request.merged == true
name: Run Tests
runs-on: ubuntu-22.04
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21.6
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Build and Run Tests
run: make generate-golang-schema build tests
close_job:
if: github.event.pull_request.merged == false
runs-on: ubuntu-22.04
steps:
- run: |
echo PR #${{ github.event.number }} has been closed without being merged