Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/check-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ env:
on:
push:

permissions: {}

jobs:
check-uniswap-benchmarks:
name: Check uniswap Benchmarks
Expand All @@ -14,6 +16,8 @@ jobs:
working-directory: ./
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false

- uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -69,6 +73,8 @@ jobs:
poll-interval: 15

- uses: actions/checkout@v3
with:
persist-credentials: false
- name: Audit preview URL with Lighthouse (mobile)
id: lighthouse_audit_mobile
uses: treosh/lighthouse-ci-action@v9
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Lint

on: push

permissions: {}

jobs:
lint:
name: Run linters
Expand All @@ -10,6 +12,8 @@ jobs:
steps:
- name: Check out Git repository
uses: actions/checkout@v3
with:
persist-credentials: false

- name: Set up node
uses: actions/setup-node@v3
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/search.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ on:
schedule:
- cron: '0 10 * * *'

permissions: {}

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Set up Homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Run Scraper
Expand Down
Loading