Skip to content

We are verifying that everything is in order πŸš€ #8

We are verifying that everything is in order πŸš€

We are verifying that everything is in order πŸš€ #8

Workflow file for this run

name: Format and check broken links
run-name: We are verifying that everything is in order πŸš€
on:
pull_request:
branches:
- master
jobs:
check-formatting:
name: "Check Formatting"
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./website
steps:
- name: Checkout files
uses: actions/checkout@v3
- name: Install node_modules
uses: OffchainLabs/actions/node-modules/install@main
- name: Check formatting with Prettier
working-directory: ./website
run: yarn format:check