Skip to content

Update backend with hooks contract support #70

Update backend with hooks contract support

Update backend with hooks contract support #70

Workflow file for this run

name: Lint

Check failure on line 1 in .github/workflows/lint.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yaml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [lts/*]
# steps:
# - name: Checkout
# uses: actions/checkout@master
# - name: Setup node env
# uses: actions/setup-node@v3
# with:
# node-version: ${{ matrix.node }}
# cache: yarn
# - name: Install dependencies
# run: yarn install --immutable
# - name: Run nextjs lint
# run: yarn next:lint --max-warnings=0
# - name: Check typings on nextjs
# run: yarn next:check-types
# - name: Run foundry lint
# run: yarn foundry:lint