Skip to content

chore: remove nonexistant entry points from package.json #10425

chore: remove nonexistant entry points from package.json

chore: remove nonexistant entry points from package.json #10425

Workflow file for this run

name: Check all requires files are in LFS
on:
pull_request: {}
permissions:
contents: read
jobs:
check-lfs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v6
with:
# We don't actually care about LFS file contents, just their integrity.
lfs: false
- name: Check LFS pointers
run: git lfs fsck --pointers