Skip to content

Add write-up for LeetCode problem 2634. Filter Elements from Array #423

Add write-up for LeetCode problem 2634. Filter Elements from Array

Add write-up for LeetCode problem 2634. Filter Elements from Array #423

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