Skip to content

feat: rename conflict to delta and doc cli flags #47

feat: rename conflict to delta and doc cli flags

feat: rename conflict to delta and doc cli flags #47

Workflow file for this run

name: golangci-lint
on:
pull_request:
workflow_dispatch:
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: latest