Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
1ac16586
Unverified
Commit
1ac16586
authored
Sep 24, 2020
by
Moody Salem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove npm token
parent
e2686e0e
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
8 deletions
+1
-8
lint.yml
.github/workflows/lint.yml
+0
-2
release.yaml
.github/workflows/release.yaml
+0
-2
tests.yaml
.github/workflows/tests.yaml
+0
-4
README.md
README.md
+1
-0
No files found.
.github/workflows/lint.yml
View file @
1ac16586
...
@@ -38,8 +38,6 @@ jobs:
...
@@ -38,8 +38,6 @@ jobs:
-
name
:
Install dependencies
-
name
:
Install dependencies
run
:
yarn install --frozen-lockfile
run
:
yarn install --frozen-lockfile
env
:
NODE_AUTH_TOKEN
:
${{ secrets.NPM_TOKEN }}
-
name
:
Run linters
-
name
:
Run linters
uses
:
wearerequired/lint-action@77d70b9a07ecb93bc98dc46dc27d96c4f004d035
uses
:
wearerequired/lint-action@77d70b9a07ecb93bc98dc46dc27d96c4f004d035
...
...
.github/workflows/release.yaml
View file @
1ac16586
...
@@ -42,8 +42,6 @@ jobs:
...
@@ -42,8 +42,6 @@ jobs:
-
name
:
Install dependencies
-
name
:
Install dependencies
run
:
yarn install --frozen-lockfile
run
:
yarn install --frozen-lockfile
env
:
NODE_AUTH_TOKEN
:
${{ secrets.NPM_TOKEN }}
-
name
:
Build the IPFS bundle
-
name
:
Build the IPFS bundle
run
:
yarn build
run
:
yarn build
...
...
.github/workflows/tests.yaml
View file @
1ac16586
...
@@ -31,8 +31,6 @@ jobs:
...
@@ -31,8 +31,6 @@ jobs:
restore-keys
:
|
restore-keys
:
|
${{ runner.os }}-yarn-
${{ runner.os }}-yarn-
-
run
:
yarn install --frozen-lockfile
-
run
:
yarn install --frozen-lockfile
env
:
NODE_AUTH_TOKEN
:
${{ secrets.NPM_TOKEN }}
-
run
:
yarn cypress install
-
run
:
yarn cypress install
-
run
:
yarn build
-
run
:
yarn build
env
:
env
:
...
@@ -63,7 +61,5 @@ jobs:
...
@@ -63,7 +61,5 @@ jobs:
restore-keys
:
|
restore-keys
:
|
${{ runner.os }}-yarn-
${{ runner.os }}-yarn-
-
run
:
yarn install --frozen-lockfile
-
run
:
yarn install --frozen-lockfile
env
:
NODE_AUTH_TOKEN
:
${{ secrets.NPM_TOKEN }}
-
run
:
yarn test
-
run
:
yarn test
README.md
View file @
1ac16586
# Uniswap Interface
# Uniswap Interface
[

](https://github.com/Uniswap/uniswap-interface/actions?query=workflow%3ALint)
[

](https://github.com/Uniswap/uniswap-interface/actions?query=workflow%3ATests)
[

](https://github.com/Uniswap/uniswap-interface/actions?query=workflow%3ATests)
[

](https://prettier.io/)
[

](https://prettier.io/)
...
...
Write
Preview
Markdown
is supported
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