Skip to content

refactor(nexus)!: revert amplifier token support #7416

refactor(nexus)!: revert amplifier token support

refactor(nexus)!: revert amplifier token support #7416

Workflow file for this run

name: Linting
on:
- pull_request
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- name: Setup Golang with cache
uses: magnetikonline/action-golang-cache@v2
with:
go-version: 1.23
- name: Checkout code
uses: actions/checkout@v4
- name: Install golangci-lint
run: make prereqs
- name: Go Lint
run: make lint
- name: Proto lint
run: make proto-lint