Skip to content

Commit

Permalink
Add runs-on to linting action
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Petrausch committed Apr 16, 2020
1 parent 693040a commit 5c36d84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on: [push, pull_request]
name: linting
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: Run golangci-lint
uses: actions-contrib/golangci-lint@v1

0 comments on commit 5c36d84

Please sign in to comment.