Skip to content

Commit

Permalink
Update atomicgo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed Jun 1, 2022
1 parent 95b171b commit 264f343
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions .github/workflows/atomicgo.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
on: push

name: AtomicGo
name: golangci-lint
on: [ push, pull_request ]
jobs:
docs:
if: "!contains(github.event.head_commit.message, 'autoupdate')"
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Update Docs
uses: atomicgo/ci@main
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TERM: xterm-256color
- uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest

0 comments on commit 264f343

Please sign in to comment.