Skip to content

Bump lint-staged from 15.2.10 to 16.2.6 #179

Bump lint-staged from 15.2.10 to 16.2.6

Bump lint-staged from 15.2.10 to 16.2.6 #179

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