Skip to content

Bump @babel/plugin-transform-modules-systemjs from 7.27.1 to 7.29.7 #287

Bump @babel/plugin-transform-modules-systemjs from 7.27.1 to 7.29.7

Bump @babel/plugin-transform-modules-systemjs from 7.27.1 to 7.29.7 #287

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 ]'