Skip to content

Update blocklist.yaml #2223

Update blocklist.yaml

Update blocklist.yaml #2223

Workflow file for this run

name: Ensure Formatting
on:
push:
branches:
- "**"
pull_request_target:
types: [opened, reopened, synchronize]
jobs:
ensure-formatting:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16
cache: "yarn"
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run validation script
run: node ./ci.js