Skip to content

docs: added a link to CMAF ingest API on welcome page #304

docs: added a link to CMAF ingest API on welcome page

docs: added a link to CMAF ingest API on welcome page #304

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
workflow_dispatch:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.21
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2
args: --skip-files=xml
only-new-issues: true
- name: go-report-card
uses: creekorful/goreportcard-action@v1.0
with:
only-new-issues: true