Skip to content

Tests(e2e+unit), workflow update with eslint, 1inch & vs hodl apr fix etc. #7

Tests(e2e+unit), workflow update with eslint, 1inch & vs hodl apr fix etc.

Tests(e2e+unit), workflow update with eslint, 1inch & vs hodl apr fix etc. #7

Workflow file for this run

# name: ESLint Check
# on:
# push:
# branches: [main, master]
# pull_request:
# branches: [main, master]
# jobs:
# lint:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-node@v4
# with:
# node-version: lts/*
# - name: Install dependencies
# run: |
# yarn add eslint eslint-plugin-astro @typescript-eslint/parser @typescript-eslint/eslint-plugin eslint-plugin-prettier astro-eslint-parser --dev
# - name: Run ESLint
# run: yarn lint
# timeout-minutes: 20
name: ESLint Check
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
lint:

Check failure on line 33 in .github/workflows/1_lint.yml

View workflow run for this annotation

GitHub Actions / ESLint Check

Invalid workflow file

The workflow is not valid. .github/workflows/1_lint.yml (Line: 33, Col: 3): The workflow must contain at least one job with no dependencies.
runs-on: ubuntu-latest
needs: setup
steps:
- name: Use common setup
uses: ./.github/workflows/0_common-setup.yml
- name: Run ESLint
run: yarn lint
timeout-minutes: 20