mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-12 14:01:14 +00:00
14 lines
354 B
YAML
14 lines
354 B
YAML
name: golangci
|
|
on: [pull_request]
|
|
jobs:
|
|
golangci-lint-dockerfile:
|
|
name: lint
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Check out code into the Go module directory
|
|
uses: actions/checkout@v1
|
|
- name: golangci-lint
|
|
uses: ./
|
|
with:
|
|
github_token: ${{ secrets.github_token }}
|
|
flags: "./testdata"
|