Skip to content

Bump jandelgado/gcov2lcov-action from 1.0.9 to 1.1.0 #327

Bump jandelgado/gcov2lcov-action from 1.0.9 to 1.1.0

Bump jandelgado/gcov2lcov-action from 1.0.9 to 1.1.0 #327

Workflow file for this run

name: golangci-lint
on: [push, pull_request]
jobs:
golangci-lint:
name: lint
runs-on: ubuntu-latest
permissions:
contents: read # for actions/checkout to fetch code
pull-requests: read # for golangci/golangci-lint-action to fetch pull requests
steps:
- uses: actions/[email protected]
- name: golangci-lint
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86
with:
only-new-issues: true