Skip to content

Merge pull request #134 from valory-xyz/tanya/contribute-links #57

Merge pull request #134 from valory-xyz/tanya/contribute-links

Merge pull request #134 from valory-xyz/tanya/contribute-links #57

Workflow file for this run

# TODO: figure out how to trigger workflow from vercel for nx
name: Operate
on:
push:
branches:
- main
paths:
- 'apps/operate/**'
pull_request:
branches:
- main
paths:
- 'apps/operate/**'
jobs:
build:
continue-on-error: False
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install modules
run: yarn
- name: Run ESLint
run: yarn nx lint operate