Skip to content

feat!: Support transient identities and traits #263

feat!: Support transient identities and traits

feat!: Support transient identities and traits #263

Workflow file for this run

name: Lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
if: github.event.pull_request.draft == false
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: golangci-lint
uses: golangci/[email protected]
with:
version: latest