Skip to content

Bump @babel/preset-env from 7.28.3 to 7.29.7 #274

Bump @babel/preset-env from 7.28.3 to 7.29.7

Bump @babel/preset-env from 7.28.3 to 7.29.7 #274

name: Ensure that the "build" directory is absent
on:
pull_request:
jobs:
ensure-build-directory-is-absent:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
ref: refs/pull/${{ github.event.pull_request.number }}/head
fetch-depth: 0
- name: Verify that the "build" directory is absent
run: '[ ! -d build ]'