FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
wrap-guide/.github/workflows/ci.yml at master · atom/wrap-guide · GitHub
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
atom
/
wrap-guide
Public archive
Notifications
You must be signed in to change notification settings
Fork
27
Star
40
Code
Issues
3
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
wrap-guide
/
.github
/
workflows
/
ci.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
23 lines (20 loc) · 442 Bytes
Breadcrumbs
wrap-guide
/
.github
/
workflows
/
ci.yml
Copy path
File metadata and controls
23 lines (20 loc) · 442 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
name
:
CI
on
:
[push]
env
:
CI
:
true
jobs
:
Test
:
strategy
:
matrix
:
os
:
[ubuntu-latest, macos-latest, windows-latest]
channel
:
[stable, beta]
runs-on
:
${{ matrix.os }}
steps
:
-
uses
:
actions/checkout@v1
-
uses
:
UziTech/action-setup-atom@v2
with
:
version
:
${{ matrix.channel }}
-
name
:
Install dependencies
run
:
apm install
-
name
:
Run tests
run
:
atom --test spec
Back
|
FazBrowse Home
|
New Git URL