Skip to content

Commit

Permalink
ci: play with GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoVeille committed Jul 3, 2024
1 parent 39c68f8 commit 36cc78d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: CI
on:
push:
pull_request:
jobs:
ci-lint:
runs-on: ubuntu-latest
Expand All @@ -13,8 +13,8 @@ jobs:
uses: actions/checkout@v4.1.7

- name: yamllint
# uses: ibiqlik/action-yamllint@v3
uses: reviewdog/action-yamllint@v1
uses: ibiqlik/action-yamllint@v3
# uses: reviewdog/action-yamllint@v1 # failed to detect errors...

- name: vale-action
uses: errata-ai/vale-action@v2.1.0
Expand Down
1 change: 1 addition & 0 deletions 01-defaults/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ linters:

# It's a set of rules from staticcheck. See https://staticcheck.io/
- staticcheck
dds:dds
2 changes: 2 additions & 0 deletions 02-basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ License: MIT
golangci-lint configuration file made by @ccoVeille
Source: https://github.com/ccoVeille/golangci-lint-config-examples/tree/main/02-basics

forgoten

## Enabled linters

### errcheck
Expand Down

0 comments on commit 36cc78d

Please sign in to comment.