Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
txwrapper
Commits
512f230e
Commit
512f230e
authored
Nov 29, 2019
by
Amaury Martiny
Browse files
chore: Add actions
parent
1135161b
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflows/pr.yml
0 → 100644
View file @
512f230e
name
:
pr
on
:
[
pull_request
]
jobs
:
lint
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v1
-
name
:
Lint
run
:
|
yarn install
yarn lint
test
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v1
-
name
:
Test
run
:
|
yarn install
yarn test
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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