Skip to content

feat: Change config file schema #1

feat: Change config file schema

feat: Change config file schema #1

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
test:

Check failure on line 6 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / lint

Invalid workflow file

The workflow is not valid. .github/workflows/lint.yml (Line: 6, Col: 3): The workflow must contain at least one job with no dependencies.
runs-on: ubuntu-latest
needs: setup
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Run ruff
uses: chartboost/ruff-action@v11