Skip to content

feat: add docker container actions #176

feat: add docker container actions

feat: add docker container actions #176

Workflow file for this run

on: [ pull_request ]
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2