FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
feather/.github/workflows/test.yml at master · violetbuse/feather · GitHub
violetbuse
/
feather
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
9
Code
Issues
0
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
feather
/
.github
/
workflows
/
test.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
23 lines (21 loc) · 449 Bytes
Breadcrumbs
feather
/
.github
/
workflows
/
test.yml
Copy path
File metadata and controls
23 lines (21 loc) · 449 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
:
test
on
:
push
:
branches
:
-
master
-
main
pull_request
:
jobs
:
test
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v4
-
uses
:
erlef/setup-beam@v1
with
:
otp-version
:
"
26.0.2
"
gleam-version
:
"
1.2.1
"
rebar3-version
:
"
3
"
#
elixir-version: "1.15.4"
-
run
:
gleam deps download
-
run
:
gleam test
-
run
:
gleam format --check src test
Back
|
FazBrowse Home
|
New Git URL