FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
custom-elements-manifest/.github/workflows/tests.yaml at main · webcomponents/custom-elements-manifest · GitHub
webcomponents
/
custom-elements-manifest
Public
Notifications
You must be signed in to change notification settings
Fork
27
Star
504
Code
Issues
46
Pull requests
14
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
custom-elements-manifest
/
.github
/
workflows
/
tests.yaml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
22 lines (20 loc) · 424 Bytes
Breadcrumbs
custom-elements-manifest
/
.github
/
workflows
/
tests.yaml
Copy path
File metadata and controls
22 lines (20 loc) · 424 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
name
:
Test
on
:
push
:
branches
:
[ main ]
pull_request
:
branches
:
[ main ]
jobs
:
build
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/setup-node@v2
with
:
node-version
:
16
-
run
:
npm ci
-
run
:
npm run build
-
name
:
Check schema.json is up-to-date
run
:
git diff --exit-code
-
name
:
Run tests
run
:
npm test
Back
|
FazBrowse Home
|
New Git URL