Skip to content

chore(ci): updated cosign-installer action. #26

chore(ci): updated cosign-installer action.

chore(ci): updated cosign-installer action. #26

Workflow file for this run

name: Integration
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run golangci-lint
uses: golangci/[email protected]
with:
version: v1.50.0
only-new-issues: false
args: --config .golangci.yml --timeout=5m