Skip to content

Query which dates a LeetCode problem was the problem of the day #589

Query which dates a LeetCode problem was the problem of the day

Query which dates a LeetCode problem was the problem of the day #589

name: Check formatting on PRs
on:
pull_request:
types: [opened, synchronize]
jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up everything
uses: ./.github/workflows/set-up-everything
- name: Check formatting
run: yarn format