FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
https-proxy/.github/workflows/lint.yml at main · reload/https-proxy · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
reload
/
https-proxy
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
0
Pull requests
0
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
https-proxy
/
.github
/
workflows
/
lint.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
48 lines (46 loc) · 1.13 KB
Breadcrumbs
https-proxy
/
.github
/
workflows
/
lint.yml
Copy path
File metadata and controls
48 lines (46 loc) · 1.13 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
name
:
Lint
on
:
pull_request
permissions
:
contents
:
read
pull-requests
:
write
jobs
:
markdown
:
name
:
markdown
runs-on
:
ubuntu-22.04
steps
:
-
uses
:
actions/checkout@v7
-
name
:
Run markdownlint
uses
:
DavidAnson/markdownlint-cli2-action@v24.2.0
dockerfile
:
name
:
dockerfile
runs-on
:
ubuntu-22.04
steps
:
-
uses
:
actions/checkout@v7
-
name
:
Run hadolint
uses
:
hadolint/hadolint-action@v3.4.0
with
:
trusted-registries
:
docker.io,ghcr.io
shell-scripts
:
name
:
shell scripts
runs-on
:
ubuntu-22.04
steps
:
-
uses
:
actions/checkout@v7
-
name
:
Run ShellCheck
uses
:
luizm/action-sh-checker@master
yaml
:
name
:
yaml
runs-on
:
ubuntu-22.04
steps
:
-
uses
:
actions/checkout@v7
-
name
:
Run Yamllint
uses
:
frenck/action-yamllint@v1.5.0
nginx
:
name
:
nginx configuration
runs-on
:
ubuntu-22.04
steps
:
-
uses
:
actions/checkout@v7
-
name
:
Install gixy
run
:
pip install gixy
-
name
:
Run gixy
run
:
find . -name \*.conf.template -print0 | xargs -0 gixy --disable-includes -lll
Back
|
FazBrowse Home
|
New Git URL