Skip to content

Commit c8d27f2

Browse files
committed
Move the github action to its own repo
1 parent 4cd0735 commit c8d27f2

File tree

8 files changed

+4
-172
lines changed

8 files changed

+4
-172
lines changed

.eslintrc.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
}
1010
},
1111
"ignorePatterns": [
12-
"node_modules/**/*",
13-
"actions/**/*"
12+
"node_modules/**/*"
1413
],
1514
"settings": {
1615
"react": {

.github/workflows/release.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ jobs:
4646
pinata-secret-api-key: ${{ secrets.PINATA_API_SECRET_KEY }}
4747

4848
- name: Update DNS with new IPFS hash
49-
id: update_dns
50-
uses: ./actions/replace-vercel-dns-record
49+
uses: uniswap/replace-vercel-dns-record@v1
5150
with:
5251
domain: 'uniswap.org'
5352
subdomain: '_dnslink.app'

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Uniswap Frontend
22

33
[![Netlify Status](https://api.netlify.com/api/v1/badges/fa110555-b3c7-4eeb-b840-88a835009c62/deploy-status)](https://app.netlify.com/sites/uniswap/deploys)
4-
[![Tests](https://github.com/Uniswap/uniswap-frontend/workflows/Tests/badge.svg?branch=v2)](https://github.com/Uniswap/uniswap-frontend/actions?query=workflow%3ATests)
4+
[![Tests](https://github.com/Uniswap/uniswap-frontend/workflows/Tests/badge.svg)](https://github.com/Uniswap/uniswap-frontend/actions?query=workflow%3ATests)
55
[![Styled With Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://prettier.io/)
6-
[![Release](https://github.com/Uniswap/uniswap-frontend/workflows/Release/badge.svg?branch=v2)](https://github.com/Uniswap/uniswap-frontend/actions?query=workflow%3ARelease)
6+
[![Release](https://github.com/Uniswap/uniswap-frontend/workflows/Release/badge.svg)](https://github.com/Uniswap/uniswap-frontend/actions?query=workflow%3ARelease)
77

88
An open source interface for Uniswap -- a protocol for decentralized exchange of Ethereum tokens.
99

actions/replace-vercel-dns-record/action.yml

-24
This file was deleted.

actions/replace-vercel-dns-record/index.js

-14
This file was deleted.

actions/replace-vercel-dns-record/package.json

-7
This file was deleted.

actions/replace-vercel-dns-record/replace-domain.js

-108
This file was deleted.

actions/replace-vercel-dns-record/yarn.lock

-13
This file was deleted.

0 commit comments

Comments
 (0)