Skip to content

Commit 36cc78d

Browse files
committed
ci: play with GHA
1 parent 39c68f8 commit 36cc78d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: CI
33
on:
4-
push:
4+
pull_request:
55
jobs:
66
ci-lint:
77
runs-on: ubuntu-latest
@@ -13,8 +13,8 @@ jobs:
1313
uses: actions/checkout@v4.1.7
1414

1515
- name: yamllint
16-
# uses: ibiqlik/action-yamllint@v3
17-
uses: reviewdog/action-yamllint@v1
16+
uses: ibiqlik/action-yamllint@v3
17+
# uses: reviewdog/action-yamllint@v1 # failed to detect errors...
1818

1919
- name: vale-action
2020
uses: errata-ai/vale-action@v2.1.0

01-defaults/.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ linters:
2626

2727
# It's a set of rules from staticcheck. See https://staticcheck.io/
2828
- staticcheck
29+
dds:dds

02-basic/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ License: MIT
1212
golangci-lint configuration file made by @ccoVeille
1313
Source: https://github.com/ccoVeille/golangci-lint-config-examples/tree/main/02-basics
1414

15+
forgoten
16+
1517
## Enabled linters
1618

1719
### errcheck

0 commit comments

Comments
 (0)