Skip to content

Merge pull request #4 from openfort-xyz/feat/update-modules #21

Merge pull request #4 from openfort-xyz/feat/update-modules

Merge pull request #4 from openfort-xyz/feat/update-modules #21

Workflow file for this run

name: Go CI/CD
on:
pull_request:
branches:
- main
push:
branches:
- main
release:
types: [published]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Set up Go
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
with:
go-version: '1.22'
- name: Run golangci-lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8