Skip to content

Checking format

Checking format #1

Workflow file for this run

name: Check format
run-name: Checking format
on:
pull_request:
branches:
- master
jobs:
check-formatting:

Check failure on line 10 in .github/workflows/format.yml

View workflow run for this annotation

GitHub Actions / Check format

Invalid workflow file

The workflow is not valid. .github/workflows/format.yml (Line: 10, Col: 3): The workflow must contain at least one job with no dependencies.
name: "Check Formatting"
runs-on: ubuntu-latest
needs: install
steps:
- name: Checkout files
uses: actions/checkout@v4
- name: Install node_modules
uses: OffchainLabs/actions/node-modules/install@main
- name: Check formatting with Prettier
run: yarn format:check