Skip to content

Remove runc before reinstalling docker (#245) #15

Remove runc before reinstalling docker (#245)

Remove runc before reinstalling docker (#245) #15

Workflow file for this run

name: linters
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout=10m --out-format=colored-line-number --skip-dirs=yacc/console
goimports:
runs-on: ubuntu-latest
name: goimports check
steps:
- name: checkout
uses: actions/checkout@v2
- name: goimports check
uses: DarthBenro008/[email protected]
with:
root-path: './' # The relative root path to run goimports
excludes: "./yacc/"