Skip to content

Commit

Permalink
Update tmp file with random content
Browse files Browse the repository at this point in the history
  • Loading branch information
kaatinga committed Mar 19, 2024
1 parent 57eecf1 commit 948d53e
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1 @@
name: Go Linter

on:
push:
paths:
- '**.go'
pull_request:
paths:
- '**.go'

jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.56.0
81c13580abec69e8bd24

0 comments on commit 948d53e

Please sign in to comment.