FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
endgit-web/.github/workflows/code-quality.yml at main · two-tech-dev/endgit-web · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
two-tech-dev
/
endgit-web
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1
Star
3
Code
Issues
1
Pull requests
10
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
endgit-web
/
.github
/
workflows
/
code-quality.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
38 lines (29 loc) · 694 Bytes
Breadcrumbs
endgit-web
/
.github
/
workflows
/
code-quality.yml
Copy path
File metadata and controls
38 lines (29 loc) · 694 Bytes
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
name
:
Code Quality
on
:
push
:
branches
:
["main"]
pull_request
:
branches
:
["main"]
jobs
:
quality
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@v4
-
name
:
Install pnpm
uses
:
pnpm/action-setup@v3
with
:
version
:
9
-
name
:
Setup Node.js
uses
:
actions/setup-node@v4
with
:
node-version
:
20
cache
:
"
pnpm
"
-
name
:
Install dependencies
run
:
pnpm install --frozen-lockfile
-
name
:
Check Formatting
run
:
pnpm format:check
-
name
:
Type Check
run
:
pnpm type-check
-
name
:
Run ESLint
run
:
pnpm lint
Back
|
FazBrowse Home
|
New Git URL