Skip to content

Retire usage of era in CLI functions (#627) #293

Retire usage of era in CLI functions (#627)

Retire usage of era in CLI functions (#627) #293

Workflow file for this run

name: Golang-ci lint
on:
workflow_dispatch:
push:
branches:
- master
paths:
- "**.go"
- "**/go.mod"
- "**/go.sum"
- ".github/workflows/lint.yml"
pull_request:
paths:
- "**.go"
- "**/go.mod"
- "**/go.sum"
- ".github/workflows/lint.yml"
jobs:
golangci:
name: lint
runs-on: ubuntu-22.04
container: ghcr.io/edgelesssys/edgelessrt-dev:ci
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- run: |
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: golangci-lint
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
with:
skip-pkg-cache: true
skip-build-cache: true
args: --timeout=30m