Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit 6a2cc79

Browse files
committed
MAJOR: move source to root directory
1 parent 2013bcb commit 6a2cc79

File tree

3 files changed

+12
-40
lines changed

3 files changed

+12
-40
lines changed
File renamed without changes.

README.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,26 @@
1-
# ![HAProxy](https://github.com/haproxytech/kubernetes-ingress/raw/master/assets/images/haproxy-weblogo-210x49.png "HAProxy")
1+
# Go linter for projects
22

3-
## HAProxy Github Actions
3+
This action uses [golangci-lint](https://github.com/golangci/golangci-lint) to check if code conforms with
4+
the rules that are specified in `.golangci.yml` file hosted in repository
45

6+
## Inputs
57

6-
This repository contains Github Actions used in CI/CD workflows of [HAProxy Technologies](https://www.haproxy.com/) repositories hosted in Github.
8+
None.
79

810
## Usage
911

10-
- Using action via Docker container image on Docker Hub:
11-
1212
```yaml
1313
steps:
1414
- name: Check out code
1515
uses: actions/checkout@v2
16-
- name: action-name
17-
uses: docker://haproxytech/action-name:TAG
16+
- name: check-commit
17+
uses: docker://haproxytech/linter:latest
1818
```
1919
20-
- Using action via HAProxyTech repository:
20+
## Development phase
2121
22-
```yaml
23-
steps:
24-
- name: Check out code
25-
uses: actions/checkout@v2
26-
- name: action-name
27-
uses: haproxytech/github-actions/action-name@TAG
22+
action can be simulated locally with
23+
24+
```bash
25+
golangci-lint run --enable-all
2826
```

linter/README.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)