Skip to content

fix: update DASH-IF CPP to ECCP following DASH-IF IOP 5.0 #45

fix: update DASH-IF CPP to ECCP following DASH-IF IOP 5.0

fix: update DASH-IF CPP to ECCP following DASH-IF IOP 5.0 #45

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
workflow_dispatch:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --skip-files=xml
only-new-issues: true
- name: go-report-card
uses: creekorful/[email protected]
with:
only-new-issues: true