FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
icebird/.github/workflows/ci.yml at master · hyparam/icebird · GitHub
hyparam
/
icebird
Public
Notifications
You must be signed in to change notification settings
Fork
7
Star
129
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
icebird
/
.github
/
workflows
/
ci.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
38 lines (35 loc) · 725 Bytes
Breadcrumbs
icebird
/
.github
/
workflows
/
ci.yml
Copy path
File metadata and controls
38 lines (35 loc) · 725 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
:
CI
on
:
pull_request
:
push
:
jobs
:
lint
:
runs-on
:
ubuntu-latest
timeout-minutes
:
5
steps
:
-
uses
:
actions/checkout@v6
-
uses
:
actions/setup-node@v6
with
:
node-version
:
24
-
run
:
npm i
-
run
:
npm run lint
typecheck
:
runs-on
:
ubuntu-latest
timeout-minutes
:
5
steps
:
-
uses
:
actions/checkout@v6
-
uses
:
actions/setup-node@v6
with
:
node-version
:
24
-
run
:
npm i
-
run
:
npx tsc
test
:
runs-on
:
ubuntu-latest
timeout-minutes
:
5
steps
:
-
uses
:
actions/checkout@v6
-
uses
:
actions/setup-node@v6
with
:
node-version
:
24
-
run
:
npm i
-
run
:
npm run coverage
Back
|
FazBrowse Home
|
New Git URL