Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ilya Vysotski
Koa Shopify Auth
Commits
27b87611
Commit
27b87611
authored
Sep 04, 2020
by
Ates Goral
Browse files
Add GitHub workflow
parent
8c3cea73
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/workflow.yml
0 → 100644
View file @
27b87611
on
:
push
name
:
CI
jobs
:
lint
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@master
-
name
:
Install
uses
:
CultureHQ/actions-yarn@master
with
:
args
:
install
-
name
:
Lint
uses
:
CultureHQ/actions-yarn@master
with
:
args
:
lint
-
name
:
Type-Check
uses
:
CultureHQ/actions-yarn@master
with
:
args
:
type-check
test
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@master
-
name
:
Install
uses
:
CultureHQ/actions-yarn@master
with
:
args
:
install
-
name
:
Test
uses
:
CultureHQ/actions-yarn@master
with
:
args
:
test
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment