diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6430c713cf..f23a480f2a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -38,8 +38,6 @@ jobs: - name: Install dependencies run: yarn install --frozen-lockfile - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Run linters uses: wearerequired/lint-action@77d70b9a07ecb93bc98dc46dc27d96c4f004d035 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6557d421b0..c544916f85 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -42,8 +42,6 @@ jobs: - name: Install dependencies run: yarn install --frozen-lockfile - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - name: Build the IPFS bundle run: yarn build diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index e36121501d..3383057751 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -31,8 +31,6 @@ jobs: restore-keys: | ${{ runner.os }}-yarn- - run: yarn install --frozen-lockfile - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - run: yarn cypress install - run: yarn build env: @@ -63,7 +61,5 @@ jobs: restore-keys: | ${{ runner.os }}-yarn- - run: yarn install --frozen-lockfile - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - run: yarn test diff --git a/README.md b/README.md index 028c61dd80..ee910b022c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Uniswap Interface +[![Lint](https://github.com/Uniswap/uniswap-interface/workflows/Lint/badge.svg)](https://github.com/Uniswap/uniswap-interface/actions?query=workflow%3ALint) [![Tests](https://github.com/Uniswap/uniswap-interface/workflows/Tests/badge.svg)](https://github.com/Uniswap/uniswap-interface/actions?query=workflow%3ATests) [![Styled With Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://prettier.io/)