Skip to content

Merge pull request #2 from DenzelPenzel/dependabot/go_modules/github.… #12

Merge pull request #2 from DenzelPenzel/dependabot/go_modules/github.…

Merge pull request #2 from DenzelPenzel/dependabot/go_modules/github.… #12

Workflow file for this run

name: hygeiene
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
golangci:
# Linting job
# https://github.com/golangci/golangci-lint-action
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: v1.59.1